summaryrefslogtreecommitdiff
path: root/src/core/XML.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/XML.hpp')
-rw-r--r--src/core/XML.hpp6
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