From 66382c62af1be515deff66d51dba7f27e5fe4937 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 18:41:30 +0100 Subject: Renamed RttiType to Rtti --- src/core/model/Domain.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/model/Domain.hpp') diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index 86e2992..579a65c 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -211,7 +211,7 @@ namespace ousia { // Forward declarations -class RttiType; +class Rtti; namespace model { @@ -771,11 +771,11 @@ public: namespace RttiTypes { -extern const RttiType FieldDescriptor; -extern const RttiType Descriptor; -extern const RttiType StructuredClass; -extern const RttiType AnnotationClass; -extern const RttiType Domain; +extern const Rtti FieldDescriptor; +extern const Rtti Descriptor; +extern const Rtti StructuredClass; +extern const Rtti AnnotationClass; +extern const Rtti Domain; } } -- cgit v1.2.3