File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ typedef unsigned int /* time_t */ time_type;
7979#pragma warning(push)
8080#pragma warning(disable: 4251) /* class 'A' needs to have dll interface for to be used by clients of class 'B'. */
8181#endif
82- class POPPLER_CPP_EXPORT ustring : public std::basic_string<unsigned short >
82+ class POPPLER_CPP_EXPORT ustring : public std::basic_string<char16_t >
8383{
8484public:
8585 ustring ();
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ This is Poppler. See README and COPYING.
22
33Changes for Emscripten:
44 Object.h, Array.cc, Dict.cc are modified to avoid uninitialization errors (search for 'Emscripten')
5-
5+ poppler-global.h is modified to use std::basic_string<char16_t> to compile with newer versions of
6+ LLVM (this matches newer upstream versions of poppler)
You can’t perform that action at this time.
0 commit comments