summaryrefslogtreecommitdiff
path: root/include/modes/cmode_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_v.h')
-rw-r--r--include/modes/cmode_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_v.h b/include/modes/cmode_v.h
index 26304d64d..77e8562f2 100644
--- a/include/modes/cmode_v.h
+++ b/include/modes/cmode_v.h
@@ -22,7 +22,7 @@ class ModeChannelVoice : public ModeHandler
{
private:
public:
- ModeChannelVoice(InspIRCd* Instance);
+ ModeChannelVoice();
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();