summaryrefslogtreecommitdiff
path: root/include/modes/cmode_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_i.h')
-rw-r--r--include/modes/cmode_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_i.h b/include/modes/cmode_i.h
index 486ee0e1a..74495869a 100644
--- a/include/modes/cmode_i.h
+++ b/include/modes/cmode_i.h
@@ -20,6 +20,6 @@ class InspIRCd;
class ModeChannelInviteOnly : public SimpleChannelModeHandler
{
public:
- ModeChannelInviteOnly(InspIRCd* Instance);
+ ModeChannelInviteOnly();
};