Ver Fonte

* V2 is default

git-svn-id: trunk@42790 -
michael há 6 anos atrás
pai
commit
9b261254ee
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/webidl/examples/parsewebidl.pas

+ 1 - 0
packages/webidl/examples/parsewebidl.pas

@@ -44,6 +44,7 @@ begin
   try
     S:=TWebIDLScanner.Create(F);
     P:=TWebIDLParser.Create(FContext,S);
+    P.Version:=v2;
     P.Parse;
     Writeln('// Contents of '+AFileName);
     For I:=0 to FConText.Definitions.Count-1 do