summaryrefslogtreecommitdiff
path: root/include/modes/cmode_h.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_h.h')
-rw-r--r--include/modes/cmode_h.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_h.h b/include/modes/cmode_h.h
index dd188626c..aea56ba32 100644
--- a/include/modes/cmode_h.h
+++ b/include/modes/cmode_h.h
@@ -22,7 +22,7 @@ class ModeChannelHalfOp : public ModeHandler
{
private:
public:
- ModeChannelHalfOp(InspIRCd* Instance);
+ ModeChannelHalfOp();
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
unsigned int GetPrefixRank();