From a30e627ffccf36384689295ce54af32e38ef5ef8 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 18:22:14 +0100 Subject: Droped Rtti class, using RttiType instead --- src/core/model/Domain.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/model/Domain.hpp') diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index d1ba44f..b192c11 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -769,11 +769,11 @@ public: namespace RttiTypes { -extern const Rtti FieldDescriptor; -extern const Rtti Descriptor; -extern const Rtti StructuredClass; -extern const Rtti AnnotationClass; -extern const Rtti Domain; +extern const RttiType FieldDescriptor; +extern const RttiType Descriptor; +extern const RttiType StructuredClass; +extern const RttiType AnnotationClass; +extern const RttiType Domain; } } -- cgit v1.2.3