diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_xml.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_xml.h b/include/m_xml.h index a35997c7f4..1c8dffc1f5 100644 --- a/include/m_xml.h +++ b/include/m_xml.h @@ -39,6 +39,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../src/mir_core/src/tinyxml2.h"
+typedef tinyxml2::XMLNode TiXmlNode;
+typedef tinyxml2::XMLText TiXmlText;
+typedef tinyxml2::XMLElement TiXmlElement;
+typedef tinyxml2::XMLDocument TiXmlDocument;
+
/////////////////////////////////////////////////////////////////////////////////////////
// old API to be removed once
|