mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:49:17 +02:00
* Made CheckBitIndex protected
git-svn-id: trunk@30622 -
This commit is contained in:
parent
dd6f45d1d0
commit
27ff4c95e4
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user