diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:22:14 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:22:14 +0100 |
commit | a30e627ffccf36384689295ce54af32e38ef5ef8 (patch) | |
tree | ffd03045f2f292da9d9f2d684d166093abaf7a21 /src/core/model/Domain.hpp | |
parent | 1ebaaf08c0bc7de704a3c2a423f572c54c4a069b (diff) |
Droped Rtti<T> class, using RttiType instead
Diffstat (limited to 'src/core/model/Domain.hpp')
-rw-r--r-- | src/core/model/Domain.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
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<model::FieldDescriptor> FieldDescriptor; -extern const Rtti<model::Descriptor> Descriptor; -extern const Rtti<model::StructuredClass> StructuredClass; -extern const Rtti<model::AnnotationClass> AnnotationClass; -extern const Rtti<model::Domain> Domain; +extern const RttiType FieldDescriptor; +extern const RttiType Descriptor; +extern const RttiType StructuredClass; +extern const RttiType AnnotationClass; +extern const RttiType Domain; } } |