]> git.pld-linux.org Git - packages/mapnik.git/blob - cxx.patch
bcb6ef8e1aea4c8317fef2bdb3c31dd3ff7147d4
[packages/mapnik.git] / cxx.patch
1 --- mapnik-v3.0.12/include/mapnik/text/harfbuzz_shaper.hpp.orig 2017-04-27 21:10:31.804876433 +0200
2 +++ mapnik-v3.0.12/include/mapnik/text/harfbuzz_shaper.hpp      2017-04-27 21:11:23.065634158 +0200
3 @@ -55,11 +55,7 @@
4  static inline const uint16_t * uchar_to_utf16(const UChar* src)
5  {
6     static_assert(sizeof(UChar) == sizeof(uint16_t),"UChar is eq size to uint16_t");
7 -#if defined(_MSC_VER)
8     return reinterpret_cast<const uint16_t *>(src);
9 -#else
10 -   return src;
11 -#endif
12  }
13  
14  struct harfbuzz_shaper
This page took 0.117162 seconds and 2 git commands to generate.