summaryrefslogtreecommitdiffstats
path: root/external/poppler/char_traits.patch
blob: 3483f2fe22d82f25cfa15040e6a3ec8e7516352f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cpp/poppler-global.h
+++ cpp/poppler-global.h
@@ -98,7 +98,7 @@
 #    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::u16string
 {
 public:
     ustring();