mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
Avoid range check error in IDE by changing value of sfHasMemInfo constant to fit with longint value
git-svn-id: trunk@22947 -
This commit is contained in:
parent
461ca6fa90
commit
5ad752ab70
@ -48,7 +48,7 @@ const
|
|||||||
sfObject = $00000002;
|
sfObject = $00000002;
|
||||||
sfClass = $00000004;
|
sfClass = $00000004;
|
||||||
sfPointer = $00000008;
|
sfPointer = $00000008;
|
||||||
sfHasMemInfo = $80000000;
|
sfHasMemInfo = $40000000;
|
||||||
|
|
||||||
type
|
type
|
||||||
TStoreCollection = object(TStringCollection)
|
TStoreCollection = object(TStringCollection)
|
||||||
|
Loading…
Reference in New Issue
Block a user