You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/briquolo/files/briquolo-0.5.7-gcc11-fix-co...

13 lines
394 B

https://bugs.gentoo.org/790746
--- a/src/MOGL/MOGL_Fenetre.h
+++ b/src/MOGL/MOGL_Fenetre.h
@@ -52,7 +52,7 @@ class MOGL_Fenetre
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;
}