summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index 27b06087d..d09d62439 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -85,6 +85,8 @@ class ModeWatcher
virtual void AfterMode(userrec* source, userrec* dest, chanrec* channel, const std::string &parameter, bool adding, ModeType type);
};
+typedef std::vector<ModeWatcher*>::iterator ModeWatchIter;
+
class ModeParser
{
private: