diff options
Diffstat (limited to 'src/qml/compiler/qv4codegen.cpp')
| -rw-r--r-- | src/qml/compiler/qv4codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4codegen.cpp b/src/qml/compiler/qv4codegen.cpp index 48807ad480..24672c367f 100644 --- a/src/qml/compiler/qv4codegen.cpp +++ b/src/qml/compiler/qv4codegen.cpp @@ -1144,7 +1144,7 @@ bool Codegen::visit(ClassDeclaration *ast) return false; } -bool Codegen::visit(Expression *ast) +bool Codegen::visit(CommaExpression *ast) { if (hasError()) return false; |
