summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/poppler-global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/poppler-global.h b/cpp/poppler-global.h
index 782e0758..e11849be 100644
--- a/cpp/poppler-global.h
+++ b/cpp/poppler-global.h
@@ -98,7 +98,7 @@ typedef unsigned int /* time_t */ time_type;
# pragma warning(push)
# pragma warning(disable : 4251) /* class 'A' needs to have dll interface for to be used by clients of class 'B'. */
#endif
-class POPPLER_CPP_EXPORT ustring : public std::basic_string<unsigned short>
+class POPPLER_CPP_EXPORT ustring : public std::basic_string<char16_t>
{
public:
ustring();