From: brain Date: Sat, 18 Nov 2006 01:14:05 +0000 (+0000) Subject: bits_size must be protected, not private X-Git-Tag: v2.0.23~6613 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=e315b86451116065f337220dccfe8e53deb3eb43;p=user%2Fhenk%2Fcode%2Finspircd.git bits_size must be protected, not private git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5764 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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.