summaryrefslogtreecommitdiff
path: root/tests/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.cpp')
-rw-r--r--tests/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.cpp b/tests/test.cpp
index 247c714..862a0ea 100644
--- a/tests/test.cpp
+++ b/tests/test.cpp
@@ -171,7 +171,7 @@ bool is_little_endian()
return *reinterpret_cast<char*>(&ui) == 1;
}
-pugi::encoding_t get_native_encoding()
+pugi::xml_encoding get_native_encoding()
{
#ifdef PUGIXML_WCHAR_MODE
return pugi::encoding_wchar;