summarylogtreecommitdiffstats
path: root/briquolo-resolution_const_fix.patch
blob: 9618f901fa95d154a329ba780d1817a80a8ccdec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- briquolo-0.5.7/src/MOGL/MOGL_Fenetre.h	2008-03-22 05:57:47.000000000 -0400
+++ briquolo-0.5.7_patched/src/MOGL/MOGL_Fenetre.h	2024-11-01 03:10:02.431558347 -0400
@@ -52,7 +52,7 @@
   private:
     struct CompareResolution
     {
-        bool operator() (const MOGL_Resolution & x, const MOGL_Resolution & y)
+        bool operator() (const MOGL_Resolution & x, const MOGL_Resolution & y) const
         {
           return x.w < y.w;
         }