aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4ir_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4/qv4ir_p.h')
-rw-r--r--src/qml/qml/v4/qv4ir_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v4/qv4ir_p.h b/src/qml/qml/v4/qv4ir_p.h
index da7bb79f67..714cf59cf2 100644
--- a/src/qml/qml/v4/qv4ir_p.h
+++ b/src/qml/qml/v4/qv4ir_p.h
@@ -499,7 +499,7 @@ struct Function {
Function(QQmlPool *pool)
: pool(pool), tempCount(0) {}
- ~Function();
+ virtual ~Function();
BasicBlock *newBasicBlock();
QString *newString(const QString &text);