aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/typesystem.h b/typesystem.h
index f96e60836..936b7056e 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -961,8 +961,7 @@ private:
PrimitiveTypeEntry* m_aliasedTypeEntry;
};
-
-
+typedef QList<const PrimitiveTypeEntry*> PrimitiveTypeEntryList;
struct EnumValueRedirection
{
@@ -1501,6 +1500,7 @@ private:
Type m_type;
};
+typedef QList<const ContainerTypeEntry*> ContainerTypeEntryList;
class NamespaceTypeEntry : public ComplexTypeEntry
{