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/inspircd.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/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 11fdb3a54..109e1f2be 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -52,7 +52,7 @@ template<typename T> inline std::string ConvToStr(const T &in) return tmp.str(); } -class serverstats +class serverstats : public classbase { public: int statsAccept; @@ -77,7 +77,7 @@ class serverstats }; -class InspIRCd +class InspIRCd : public classbase { private: char MODERR[MAXBUF]; |