diff options
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 82dcf2ff8..15cdfc39c 100644 --- a/include/modules.h +++ b/include/modules.h @@ -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. |