瀏覽代碼

* forgotten commit

git-svn-id: trunk@6565 -
florian 18 年之前
父節點
當前提交
c2db154121
共有 1 個文件被更改,包括 1 次插入1 次删除
  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