OSDN Git Service

make autotests compile again.
authorBill King <bill.king@nokia.com>
Fri, 13 May 2011 15:00:07 +0000 (17:00 +0200)
committerBill King <bill.king@nokia.com>
Fri, 13 May 2011 15:00:58 +0000 (17:00 +0200)
tests/tools/qml-ast2dot/main.cpp

index d3fd23c..a492507 100644 (file)
@@ -232,7 +232,7 @@ protected: // visiting methods:
         terminal(ast->typeToken);
         terminal(ast->identifierToken);
         terminal(ast->colonToken);
-        nonterminal(ast->expression);
+        nonterminal(ast->statement);
         nonterminal(ast->binding);
         terminal(ast->semicolonToken);
         return false;