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:
pierre 2012-11-07 16:22:57 +00:00
parent 461ca6fa90
commit 5ad752ab70

View File

@ -48,7 +48,7 @@ const
sfObject = $00000002;
sfClass = $00000004;
sfPointer = $00000008;
sfHasMemInfo = $80000000;
sfHasMemInfo = $40000000;
type
TStoreCollection = object(TStringCollection)