Przeglądaj źródła

* forgotten commit

git-svn-id: trunk@6565 -
florian 18 lat temu
rodzic
commit
c2db154121
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/comprsrc.pas

+ 1 - 1
compiler/comprsrc.pas

@@ -144,7 +144,7 @@ begin
      begin
      begin
        if target_info.res<>res_none then
        if target_info.res<>res_none then
          begin
          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.compile;
            resourcefile.free;
            resourcefile.free;
          end
          end