diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:22:14 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:22:14 +0100 |
commit | a30e627ffccf36384689295ce54af32e38ef5ef8 (patch) | |
tree | ffd03045f2f292da9d9f2d684d166093abaf7a21 /src/core/XML.hpp | |
parent | 1ebaaf08c0bc7de704a3c2a423f572c54c4a069b (diff) |
Droped Rtti<T> class, using RttiType instead
Diffstat (limited to 'src/core/XML.hpp')
-rw-r--r-- | src/core/XML.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<xml::Node> XMLNode; -extern const Rtti<xml::Element> XMLElement; -extern const Rtti<xml::Text> XMLText; +extern const RttiType XMLNode; +extern const RttiType XMLElement; +extern const RttiType XMLText; } } #endif |