소스 검색

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