summaryrefslogtreecommitdiff
path: root/external/pdfium/c++20-comparison.patch
blob: 025f9ba010db6aa894dbd13acd98309621fe16e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- core/fxcrt/fx_memory_wrappers.h
+++ core/fxcrt/fx_memory_wrappers.h
@@ -70,8 +70,8 @@
   }
 
   // There's no state, so they are all the same,
-  bool operator==(const FxAllocAllocator& that) { return true; }
-  bool operator!=(const FxAllocAllocator& that) { return false; }
+  bool operator==(const FxAllocAllocator& that) const { return true; }
+  bool operator!=(const FxAllocAllocator& that) const { return false; }
 };
 
 #endif  // CORE_FXCRT_FX_MEMORY_WRAPPERS_H_