aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index fb82b2bcbb..36103a7b37 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -791,7 +791,8 @@ struct Q_QML_PRIVATE_EXPORT CompilationUnit : public QQmlRefCount
void doDynamicTypeCheck();
};
// map from name index
- QHash<int, ResolvedTypeReference*> resolvedTypes;
+ typedef QHash<int, ResolvedTypeReference*> ResolvedTypeReferenceMap;
+ ResolvedTypeReferenceMap resolvedTypes;
int metaTypeId;
int listMetaTypeId;