summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/snomasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snomasks.h b/include/snomasks.h
index f785af291..77bed517a 100644
--- a/include/snomasks.h
+++ b/include/snomasks.h
@@ -27,7 +27,7 @@ class Snomask
/** Create a new Snomask
*/
- Snomask(InspIRCd* Instance, char snomask, const std::string &description) : MySnomask(snomask), Description(description), LastMessage(""), Count(0)
+ Snomask(InspIRCd* Instance, char snomask, const std::string &description) : ServerInstance(Instance), MySnomask(snomask), Description(description), LastMessage(""), Count(0)
{
}