diff options
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r-- | src/core/bs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c index 322c05e01..3d05872aa 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -20,7 +20,7 @@ int do_help(User * u); class BSHelp : public Module { public: - BSHelp(const std::string &creator) : Module(creator) + BSHelp(const std::string &modname, const std::string &creator) : Module(creator) { Command *c; |