summaryrefslogtreecommitdiff
path: root/src/core/hs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r--src/core/hs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index a2a19ed2b..4cea04a45 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -21,7 +21,7 @@ void myHostServHelp(User * u);
class HSSet : public Module
{
public:
- HSSet(const std::string &modname, const std::string &creator) : Module(creator)
+ HSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
Command *c;