summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-24 16:53:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-24 16:53:34 +0000
commit4f946291b7fd022b50fe5aacb9b851cebfbb2278 (patch)
tree4ecd5744561947da9c0b63ae4bf81b11eceb3f8a /include/configreader.h
parentd1b20f95198858c0ffd2974fb7fd622a0d945a81 (diff)
A load of classes dont inherit from classbase, and they should. fix.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index f47c6680e..3d48759a7 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -203,7 +203,7 @@ struct MultiConfig
*/
typedef std::map<irc::string,char*> opertype_t;
-struct operclass_data
+struct operclass_data : public Extensible
{
char* commandlist;
char* cmodelist;