summaryrefslogtreecommitdiff
path: root/include/snomasks.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-24 12:20:02 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-24 12:20:02 +0200
commit86092ec5919a5b08391ea7291b9338b3745b6e0a (patch)
treef665fa3fad5899ed1663d8f5604e09f71989559f /include/snomasks.h
parenta2860d06e429f35a4bacf4ea8a01eeeed1472285 (diff)
Change allocation of InspIRCd::SNO to be physically part of the object containing it using fakederef
Diffstat (limited to 'include/snomasks.h')
-rw-r--r--include/snomasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snomasks.h b/include/snomasks.h
index df4faab47..bd08773e9 100644
--- a/include/snomasks.h
+++ b/include/snomasks.h
@@ -72,7 +72,7 @@ class Snomask
* Modules and the core can enable and disable snomask characters. If they do,
* then sending snomasks using these characters becomes possible.
*/
-class CoreExport SnomaskManager
+class CoreExport SnomaskManager : public fakederef<SnomaskManager>
{
Snomask masks[26];