mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
IDEIntf: fixed compiling with FPC 2.6.4
git-svn-id: trunk@51251 -
This commit is contained in:
parent
ba98cf3c4a
commit
12677f044a
@ -705,7 +705,7 @@ type
|
||||
function LoadProjectIconIntoImages(const ProjFile: string;
|
||||
const Images: TCustomImageList; const Index: TStringList): Integer;
|
||||
var
|
||||
xIconFile: RawByteString;
|
||||
xIconFile: String;
|
||||
xIcon: TIcon;
|
||||
I: Integer;
|
||||
xObj: TLoadProjectIconIntoImagesObject;
|
||||
|
Loading…
Reference in New Issue
Block a user