diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-26 21:39:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-26 21:39:44 +0000 |
commit | 2a56c8f4ecf4b1a3cd82659d6a6d90068200f82e (patch) | |
tree | cf225a93d6caee40bd42cc2d7b9a5187648e10f7 /include | |
parent | be8af5c15682b832f9908ed40f08f172d65962de (diff) |
This should fix it, thanks w00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9045 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/snomasks.h | 2 |
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) { } |