diff options
-rw-r--r-- | include/hashcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 3ee89ca04..f6885fbf0 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -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. |