]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
fix for bug #175, change OnUserRegister to return int, and if greater than 0 = user...
[user/henk/code/inspircd.git] / include / hashcomp.h
index 3ee89ca04c8c50ec646b7026a749ee913e87f106..f6885fbf07c932c3b98576fdc1a230693e10b8d2 100644 (file)
@@ -430,6 +430,7 @@ namespace irc
                 * more than 32 entries with Allocate().
                 */
                unsigned char* bits;
+        protected:
                /** Current set size (size of freebits and bits).
                 * Both freebits and bits will ALWAYS be the
                 * same length.