diff options
Diffstat (limited to 'include/modes/cmode_n.h')
-rw-r--r-- | include/modes/cmode_n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_n.h b/include/modes/cmode_n.h index 20a0631fc..70ccfdf9a 100644 --- a/include/modes/cmode_n.h +++ b/include/modes/cmode_n.h @@ -20,5 +20,5 @@ class InspIRCd; class ModeChannelNoExternal : public SimpleChannelModeHandler { public: - ModeChannelNoExternal(InspIRCd* Instance); + ModeChannelNoExternal(); }; |