1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 15:33:12 +02:00

Fix slight warning that comes up with gcc 3.4.x but not 4.2.x, this should be done anyways.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2144 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-03-07 03:06:05 +00:00
parent 16bd616604
commit 63e8a8f6c2
+1 -1
View File
@@ -328,7 +328,7 @@ class CoreExport Module
/** Destroys a module, freeing resources it has allocated.
*/
~Module();
virtual ~Module();
/** Sets a given type (CORE,PROTOCOL,3RD etc) on a module.
* @param type The type to set the module as.