* forgotten commit

git-svn-id: trunk@6565 -
This commit is contained in:
florian 2007-02-19 19:42:22 +00:00
parent 4ceadcbc6e
commit c2db154121

View File

@ -144,7 +144,7 @@ begin
begin
if target_info.res<>res_none then
begin
resourcefile:=TResourceFile(resinfos[target_info.res]^.resourcefileclass).create(current_module.ResourceFiles.getfirst);
resourcefile:=TResourceFile(resinfos[target_info.res]^.resourcefileclass.create(current_module.ResourceFiles.getfirst));
resourcefile.compile;
resourcefile.free;
end