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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user