Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / poppler / char_traits.patch
blob3483f2fe22d82f25cfa15040e6a3ec8e7516352f
1 --- cpp/poppler-global.h
2 +++ cpp/poppler-global.h
3 @@ -98,7 +98,7 @@
4 # pragma warning(push)
5 # pragma warning(disable : 4251) /* class 'A' needs to have dll interface for to be used by clients of class 'B'. */
6 #endif
7 -class POPPLER_CPP_EXPORT ustring : public std::basic_string<unsigned short>
8 +class POPPLER_CPP_EXPORT ustring : public std::u16string
10 public:
11 ustring();