diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-18 01:14:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-18 01:14:05 +0000 |
commit | e315b86451116065f337220dccfe8e53deb3eb43 (patch) | |
tree | 7c52523e1f5f9a9ab0c4c2cfcb068c58faea98e6 /include | |
parent | 023350a03f2a05fc92c66a12a2d7ff6a9608d616 (diff) |
bits_size must be protected, not private
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5764 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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. |