summaryrefslogtreecommitdiff
path: root/src/core/XML.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 18:41:30 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 18:41:30 +0100
commit66382c62af1be515deff66d51dba7f27e5fe4937 (patch)
treecdd661a560ef1f766889d661d8c7561d18bfbabb /src/core/XML.hpp
parent7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (diff)
Renamed RttiType to Rtti
Diffstat (limited to 'src/core/XML.hpp')
-rw-r--r--src/core/XML.hpp8
1 files changed, 4 insertions, 4 deletions
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