summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlrewrite_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlrewrite_p.h')
-rw-r--r--src/declarative/qml/qmlrewrite_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlrewrite_p.h b/src/declarative/qml/qmlrewrite_p.h
index 914f997..a5cb841 100644
--- a/src/declarative/qml/qmlrewrite_p.h
+++ b/src/declarative/qml/qmlrewrite_p.h
@@ -69,7 +69,7 @@ class RewriteBinding: protected AST::Visitor
TextWriter *_writer;
public:
- QString operator()(const QString &code);
+ QString operator()(const QString &code, bool *ok = 0);
protected:
using AST::Visitor::visit;