diff options
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r-- | src/core/cs_topic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c index 5596c0d99..8333661f6 100644 --- a/src/core/cs_topic.c +++ b/src/core/cs_topic.c @@ -21,7 +21,7 @@ void myChanServHelp(User * u); class CSTopic : public Module { public: - CSTopic(const std::string &creator) : Module(creator) + CSTopic(const std::string &modname, const std::string &creator) : Module(creator) { Command *c; |