summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h
index 8bda9a725..26c4ef466 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -298,10 +298,8 @@ enum Implementation
* its methods will be called when irc server events occur. class inherited from module must be
* instantiated by the ModuleFactory class (see relevent section) for the module to be initialised.
*/
-class CoreExport Module : public classbase
+class CoreExport Module : public classbase, public usecountbase
{
- unsigned int refcount;
- friend class reference_base;
public:
/** File that this module was loaded from
*/