summaryrefslogtreecommitdiff
path: root/include/m_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_xml.h')
-rw-r--r--include/m_xml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_xml.h b/include/m_xml.h
index ee50229082..4dd02b271c 100644
--- a/include/m_xml.h
+++ b/include/m_xml.h
@@ -44,6 +44,9 @@ typedef tinyxml2::XMLText TiXmlText;
typedef tinyxml2::XMLElement TiXmlElement;
typedef tinyxml2::XMLDocument TiXmlDocument;
+typedef tinyxml2::XMLHandle TiXmlHandle;
+typedef tinyxml2::XMLConstHandle TiXmlConst;
+
/////////////////////////////////////////////////////////////////////////////////////////
// simple element iterator
//