From e315b86451116065f337220dccfe8e53deb3eb43 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 18 Nov 2006 01:14:05 +0000 Subject: [PATCH] bits_size must be protected, not private git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5764 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hashcomp.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5