mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compilation for 64 bit
This commit is contained in:
parent
e1b50b8c55
commit
91fcd8deae
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue