summaryrefslogtreecommitdiff
path: root/include/modes/cmode_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_t.h')
-rw-r--r--include/modes/cmode_t.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/modes/cmode_t.h b/include/modes/cmode_t.h
index 7e852400b..8c4a27a4d 100644
--- a/include/modes/cmode_t.h
+++ b/include/modes/cmode_t.h
@@ -1,8 +1,10 @@
#include "mode.h"
+class InspIRCd;
+
class ModeChannelTopicOps : public ModeHandler
{
public:
- ModeChannelTopicOps();
+ ModeChannelTopicOps(InspIRCd* Instance);
ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
};