From 86092ec5919a5b08391ea7291b9338b3745b6e0a Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 24 Jun 2014 12:20:02 +0200 Subject: Change allocation of InspIRCd::SNO to be physically part of the object containing it using fakederef --- include/snomasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/snomasks.h') 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 { Snomask masks[26]; -- cgit v1.2.3