mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:56:02 +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;
|
function LoadProjectIconIntoImages(const ProjFile: string;
|
||||||
const Images: TCustomImageList; const Index: TStringList): Integer;
|
const Images: TCustomImageList; const Index: TStringList): Integer;
|
||||||
var
|
var
|
||||||
xIconFile: RawByteString;
|
xIconFile: String;
|
||||||
xIcon: TIcon;
|
xIcon: TIcon;
|
||||||
I: Integer;
|
I: Integer;
|
||||||
xObj: TLoadProjectIconIntoImagesObject;
|
xObj: TLoadProjectIconIntoImagesObject;
|
||||||
|
Loading…
Reference in New Issue
Block a user