From 819c54e3aef494b9b05c6b22a7f1139ec8e0d323 Mon Sep 17 00:00:00 2001
From: "arseny.kapoulkine"
 <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>
Date: Sun, 27 Jun 2010 21:11:30 +0000
Subject: [PATCH] Defined a deprecated xpath_type_t for compatibility

git-svn-id: http://pugixml.googlecode.com/svn/trunk@547 99668b35-9821-0410-8761-19e4c4f06640
---
 src/pugixml.hpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index b9b48086..afc4ddc5 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -357,6 +357,10 @@ namespace pugi
 		xpath_type_boolean    ///< Boolean
 	};
 
+	/// XPath query return type classification
+	/// \deprecated This type is deprecated and will be removed in future versions; use xpath_value_type instead
+	typedef xpath_value_type xpath_type_t;
+
 	/**
 	 * A class that holds compiled XPath query and allows to evaluate query result
 	 */
-- 
GitLab