diff --git a/components/ideintf/projectintf.pas b/components/ideintf/projectintf.pas index 97c6a5c589..9ddafcab25 100644 --- a/components/ideintf/projectintf.pas +++ b/components/ideintf/projectintf.pas @@ -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;