summaryrefslogtreecommitdiff
path: root/external/poppler/poppler-0.46.0-unused-private-field.patch.1
blob: e0765fc92251b59830664bc5748070a3e7c4fd26 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/goo/GooString.h
+++ b/goo/GooString.h
@@ -175,7 +175,7 @@
   // You can tweak the final object size for different time/space tradeoffs.
   // In libc malloc(), rounding is 16 so it's best to choose a value that
   // is a multiple of 16.
-  class MemoryLayout {
+  struct MemoryLayout {
       char c[sizeof(char*)];
       int i;
       char* s;