Qt: fixed compilation for 64bit

git-svn-id: trunk@33484 -
This commit is contained in:
zeljko 2011-11-12 12:03:44 +00:00
parent 014bdd4735
commit 1b537316df

View File

@ -821,7 +821,7 @@ type
FMaxCount: Int64;
FInvalidCount: Int64;
{$ENDIF}
FCount: Integer;
FCount: PtrInt;
FSavedHandlesList: TMap;
public
constructor Create;