summaryrefslogtreecommitdiff
path: root/include/usermanager.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-24 12:21:31 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-24 12:21:31 +0200
commit024906dbcdfd1e48898167695712a6c9e0fc7e9a (patch)
treebac767b0209372b405b63a58368f9df327621f09 /include/usermanager.h
parent86092ec5919a5b08391ea7291b9338b3745b6e0a (diff)
Change allocation of InspIRCd::Users to be physically part of the object containing it using fakederef
Diffstat (limited to 'include/usermanager.h')
-rw-r--r--include/usermanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index a419916f2..945e64439 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -21,7 +21,7 @@
#include <list>
-class CoreExport UserManager
+class CoreExport UserManager : public fakederef<UserManager>
{
public:
struct CloneCounts