diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 18:54:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 18:54:25 +0000 |
commit | 62b550f653ca674bb84eaac77fcdbc4bfc84f135 (patch) | |
tree | b67933ec558a040aa969025f0331dd3d305af9c1 /include/mode.h | |
parent | 73e972340bee8ea9cdbbe5520b1b461fbce1f121 (diff) |
Inherit tons of stuff from classbase that should always have been
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4298 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h index 8145ccd32..386116a24 100644 --- a/include/mode.h +++ b/include/mode.h @@ -251,7 +251,7 @@ class ModeWatcher : public Extensible typedef std::vector<ModeWatcher*>::iterator ModeWatchIter; -class ModeParser +class ModeParser : public classbase { private: /** |