* Made CheckBitIndex protected

git-svn-id: trunk@30622 -
This commit is contained in:
michael 2015-04-17 16:53:23 +00:00
parent dd6f45d1d0
commit 27ff4c95e4

View File

@ -392,6 +392,7 @@ type
{ functions and properties to match TBits class }
procedure SetBit(bit : longint; value : Boolean);
procedure SetSize(value : longint);
Protected
procedure CheckBitIndex (Bit : longint;CurrentSize : Boolean);
public
{ Public declarations }