summaryrefslogtreecommitdiff
path: root/tests/test.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-27 20:05:06 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-27 20:05:06 +0000
commitaeaa1da161f79d328f05c5a40708a9e61ca45c46 (patch)
tree8a8558f19f372ce5adb3facf9c82f00081151491 /tests/test.hpp
parent1b337b51e0bcd95303d048ec12f12c32b9c26bd6 (diff)
Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type
git-svn-id: http://pugixml.googlecode.com/svn/trunk@544 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test.hpp')
-rw-r--r--tests/test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.hpp b/tests/test.hpp
index e99eb57..d4b5879 100644
--- a/tests/test.hpp
+++ b/tests/test.hpp
@@ -146,6 +146,6 @@ inline wchar_t wchar_cast(unsigned int value)
}
bool is_little_endian();
-pugi::encoding_t get_native_encoding();
+pugi::xml_encoding get_native_encoding();
#endif