From e459e5833e10f3de02168ff99f10b28090d90aac Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Sat, 8 Nov 2008 00:14:35 +0000 Subject: Call the new base constructor too.. let's hope this all works? git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1578 5417fbe8-f217-4b02-8779-1006273d7864 --- src/core/cs_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/cs_set.c') diff --git a/src/core/cs_set.c b/src/core/cs_set.c index af259cf77..a9e429f89 100644 --- a/src/core/cs_set.c +++ b/src/core/cs_set.c @@ -43,7 +43,7 @@ void myChanServHelp(User * u); class CSSet : public Module { public: - CSSet(const std::string &modname, const std::string &creator) : Module(creator) + CSSet(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; -- cgit