From db2e1a43707e65851ba13e3e51f791abe20e270b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 5 Jan 2015 00:41:24 +0100 Subject: Changed aggregation descriptor of the Typesystem class --- src/core/model/Typesystem.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/core/model/Typesystem.cpp b/src/core/model/Typesystem.cpp index 24be67f..2945635 100644 --- a/src/core/model/Typesystem.cpp +++ b/src/core/model/Typesystem.cpp @@ -450,11 +450,12 @@ const Rtti UnknownType{"UnknownType", {&Type}}; const Rtti Constant{"Constant", {&Node}}; const Rtti Attribute{"Attribute", {&Node}}; const Rtti Typesystem{ - "Typesystem", {&Node}, {&StructType, &EnumType, &Constant}}; -const Rtti SystemTypesystem{ - "SystemTypesystem", - {&Typesystem}, - {&StringType, &IntType, &DoubleType, &BoolType, &EnumType}}; + "Typesystem", + {&Node}, + {&StringType, &IntType, &DoubleType, &BoolType, &EnumType, &StructType, + &Constant}}; +const Rtti SystemTypesystem{"SystemTypesystem", + {&Typesystem}}; } } -- cgit v1.2.3