浏览代码

* fixed previous commit 3579

git-svn-id: branches/fixes_2_0@3583 -
florian 19 年之前
父节点
当前提交
2a5127db6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ptype.pas

+ 1 - 1
compiler/ptype.pas

@@ -336,7 +336,7 @@ implementation
         begin
           consume(_SET);
           consume(_OF);
-          read_anon_type(tt2,true);
+          read_type(tt2,'',true);
           if assigned(tt2.def) then
            begin
              case tt2.def.deftype of