summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-18 01:14:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-18 01:14:05 +0000
commite315b86451116065f337220dccfe8e53deb3eb43 (patch)
tree7c52523e1f5f9a9ab0c4c2cfcb068c58faea98e6
parent023350a03f2a05fc92c66a12a2d7ff6a9608d616 (diff)
bits_size must be protected, not private
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5764 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/hashcomp.h1
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.