summaryrefslogtreecommitdiff
path: root/src/core/ms_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_help.c')
-rw-r--r--src/core/ms_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_help.c b/src/core/ms_help.c
index 16b3af0e2..73455f033 100644
--- a/src/core/ms_help.c
+++ b/src/core/ms_help.c
@@ -20,7 +20,7 @@ int do_help(User * u);
class MSHelp : public Module
{
public:
- MSHelp(const std::string &creator) : Module(creator)
+ MSHelp(const std::string &modname, const std::string &creator) : Module(creator)
{
Command *c;