浏览代码

* Create instance of tdosinputfile instead of tinputfile to prevent warning about abstract methods.

git-svn-id: trunk@11452 -
yury 17 年之前
父节点
当前提交
578c91f69d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/fppu.pas

+ 1 - 1
compiler/fppu.pas

@@ -778,7 +778,7 @@ uses
                   sources_avail:=false;
                   temp:=' not found';
                 end;
-              hp:=tinputfile.create(hs);
+              hp:=tdosinputfile.create(hs);
               { the indexing is wrong here PM }
               sourcefiles.register_file(hp);
             end;