diff options
Diffstat (limited to 'src/core/XML.hpp')
-rw-r--r-- | src/core/XML.hpp | 8 |
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 |