diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 2 |
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; |