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/XML.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/XML.hpp') diff --git a/src/core/XML.hpp b/src/core/XML.hpp index db7a9e1..67489f1 100644 --- a/src/core/XML.hpp +++ b/src/core/XML.hpp @@ -51,7 +51,7 @@ namespace ousia { // Forward declarations -class RttiType; +class Rtti; namespace xml { @@ -171,9 +171,9 @@ public: } namespace RttiTypes { -extern const RttiType XMLNode; -extern const RttiType XMLElement; -extern const RttiType XMLText; +extern const Rtti XMLNode; +extern const Rtti XMLElement; +extern const Rtti XMLText; } } #endif -- cgit v1.2.3