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_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/cs_help.c') diff --git a/src/core/cs_help.c b/src/core/cs_help.c index 2aab58a4a..bfded62fc 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -20,7 +20,7 @@ int do_help(User * u); class CSHelp : public Module { public: - CSHelp(const std::string &modname, const std::string &creator) : Module(creator) + CSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; -- cgit