diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:41:30 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:41:30 +0100 |
commit | 66382c62af1be515deff66d51dba7f27e5fe4937 (patch) | |
tree | cdd661a560ef1f766889d661d8c7561d18bfbabb /src/core/model/Document.hpp | |
parent | 7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (diff) |
Renamed RttiType to Rtti
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r-- | src/core/model/Document.hpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index 164d9ba..7c5ee3c 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -120,7 +120,7 @@ namespace ousia { // Forward declarations -class RttiType; +class Rtti; namespace model { @@ -642,13 +642,13 @@ public: } namespace RttiTypes { -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; +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; } } |