aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypewrapper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmltypewrapper_p.h')
-rw-r--r--src/qml/qml/qqmltypewrapper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmltypewrapper_p.h b/src/qml/qml/qqmltypewrapper_p.h
index 995e88ecf4..5ba92cd89c 100644
--- a/src/qml/qml/qqmltypewrapper_p.h
+++ b/src/qml/qml/qqmltypewrapper_p.h
@@ -62,7 +62,7 @@ struct Q_QML_EXPORT QmlTypeWrapper : Object
{
enum TypeNameMode { IncludeEnums, ExcludeEnums };
- struct Data : Object::Data {
+ struct Data : Heap::Object {
Data(QV8Engine *engine);
~Data();
QV8Engine *v8;