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/Document.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/core/model/Document.hpp') diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index 9410d17..d9729c3 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -641,13 +641,13 @@ public: } namespace RttiTypes { -extern const Rtti Document; -extern const Rtti DocumentEntity; -extern const Rtti AnnotationEntity; -extern const Rtti StructureNode; -extern const Rtti StructuredEntity; -extern const Rtti DocumentPrimitive; -extern const Rtti Anchor; +extern const RttiType Document; +extern const RttiType DocumentEntity; +extern const RttiType AnnotationEntity; +extern const RttiType StructureNode; +extern const RttiType StructuredEntity; +extern const RttiType DocumentPrimitive; +extern const RttiType Anchor; } } -- cgit v1.2.3