瀏覽代碼

* Fixed bug where read-only property was read wrongly

git-svn-id: trunk@7283 -
michael 18 年之前
父節點
當前提交
7a89280631
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/fcl-passrc/src/pparser.pp

+ 2 - 2
packages/fcl-passrc/src/pparser.pp

@@ -1583,8 +1583,8 @@ procedure TPasParser.ParseProperty(Element:TPasElement);
       Result := Result + ']';
       Result := Result + ']';
     end else 
     end else 
       UngetToken;
       UngetToken;
-    MaybeReadFullyQualifiedIdentifier(Result);  
-//    writeln(Result);
+    //MaybeReadFullyQualifiedIdentifier(Result);  
+    writeln(Result);
   end;
   end;
 
 
 begin
 begin