Pārlūkot izejas kodu

* forgotten commit

git-svn-id: trunk@6565 -
florian 18 gadi atpakaļ
vecāks
revīzija
c2db154121
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/comprsrc.pas

+ 1 - 1
compiler/comprsrc.pas

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