FIX: Compilation for 64 bit

This commit is contained in:
Alexander Koblov 2010-10-27 08:46:21 +00:00
commit 91fcd8deae

View file

@ -20,7 +20,7 @@ type
// Other properties.
FSelected: Boolean; //<en If is selected
FIconID: Integer; //<en Icon ID for PixmapManager
FIconID: PtrInt; //<en Icon ID for PixmapManager
// Cache of strings displayed in each column.
FDisplayStrings: TStringList;