mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 16:10:01 +00:00
Qt: Actually fix clang build
This commit is contained in:
parent
0066503c03
commit
9b1c3e5396
@ -43,7 +43,7 @@ private:
|
|||||||
const char* id;
|
const char* id;
|
||||||
int levels;
|
int levels;
|
||||||
|
|
||||||
bool operator<(const ConfigSetting& other) {
|
bool operator<(const ConfigSetting& other) const {
|
||||||
return name < other.name;
|
return name < other.name;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user