IDEIntf: fixed compiling with FPC 2.6.4

git-svn-id: trunk@51251 -
This commit is contained in:
mattias 2016-01-11 14:20:22 +00:00
parent ba98cf3c4a
commit 12677f044a

View File

@ -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;