summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinstruction_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r--src/declarative/qml/qmlinstruction_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h
index 39196a1..a7221c0 100644
--- a/src/declarative/qml/qmlinstruction_p.h
+++ b/src/declarative/qml/qmlinstruction_p.h
@@ -57,7 +57,7 @@
QT_BEGIN_NAMESPACE
-class QmlCompiledComponent;
+class QmlCompiledData;
class Q_DECLARATIVE_EXPORT QmlInstruction
{
public:
@@ -272,7 +272,7 @@ public:
} defer;
};
- void dump(QmlCompiledComponent *);
+ void dump(QmlCompiledData *);
};
QT_END_NAMESPACE