]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
A load of classes dont inherit from classbase, and they should. fix.
[user/henk/code/inspircd.git] / include / hashcomp.h
index ed285c783ff97f535ba7b18d042b738301ef95b9..4eb65823db6e775743a18ff7aebe37f5ebe399d0 100644 (file)
@@ -132,7 +132,7 @@ namespace irc
         * std::string, or a const char* const* array, using overloaded
         * constructors.
         */
-       class CoreExport stringjoiner
+       class CoreExport stringjoiner : public classbase
        {
         private:
                /** Output string
@@ -171,7 +171,7 @@ namespace irc
         * It can then reproduce this list, clamped to a maximum of MAXMODES
         * values per line.
         */
-       class CoreExport modestacker
+       class CoreExport modestacker : public classbase
        {
         private:
                /** The mode sequence and its parameters
@@ -242,7 +242,7 @@ namespace irc
         * list will be ":item". This is to allow for parsing 'source' fields
         * from data.
         */
-       class CoreExport tokenstream
+       class CoreExport tokenstream : public classbase
        {
         private:
                /** Original string