Explorar o código

* forgotten commit

git-svn-id: trunk@6565 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
c2db154121
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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