summaryrefslogtreecommitdiff
path: root/src/modes/cmode_s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/cmode_s.cpp')
-rw-r--r--src/modes/cmode_s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_s.cpp b/src/modes/cmode_s.cpp
index d5ec5bbed..486520899 100644
--- a/src/modes/cmode_s.cpp
+++ b/src/modes/cmode_s.cpp
@@ -17,7 +17,7 @@
#include "users.h"
#include "modes/cmode_s.h"
-ModeChannelSecret::ModeChannelSecret(InspIRCd* Instance) : SimpleChannelModeHandler(Instance, NULL, 's')
+ModeChannelSecret::ModeChannelSecret() : SimpleChannelModeHandler(NULL, 's')
{
}