mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 19:58:46 +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;
|
||||
sfClass = $00000004;
|
||||
sfPointer = $00000008;
|
||||
sfHasMemInfo = $80000000;
|
||||
sfHasMemInfo = $40000000;
|
||||
|
||||
type
|
||||
TStoreCollection = object(TStringCollection)
|
||||
|
Loading…
Reference in New Issue
Block a user