aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmltypeloader_p.h')
-rw-r--r--src/qml/qml/qqmltypeloader_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmltypeloader_p.h b/src/qml/qml/qqmltypeloader_p.h
index 4cbfc282c1..bb2f29fd78 100644
--- a/src/qml/qml/qqmltypeloader_p.h
+++ b/src/qml/qml/qqmltypeloader_p.h
@@ -429,7 +429,7 @@ public:
// Used by QQmlComponent to get notifications
struct TypeDataCallback {
- ~TypeDataCallback() {}
+ virtual ~TypeDataCallback();
virtual void typeDataProgress(QQmlTypeData *, qreal) {}
virtual void typeDataReady(QQmlTypeData *) {}
};