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/XML.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/XML.hpp') diff --git a/src/core/XML.hpp b/src/core/XML.hpp index 5e2542b..aee59a1 100644 --- a/src/core/XML.hpp +++ b/src/core/XML.hpp @@ -173,9 +173,9 @@ public: } namespace RttiTypes { -extern const Rtti XMLNode; -extern const Rtti XMLElement; -extern const Rtti XMLText; +extern const RttiType XMLNode; +extern const RttiType XMLElement; +extern const RttiType XMLText; } } #endif -- cgit v1.2.3