mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix clang build hopefully
This commit is contained in:
parent
2a60d391fe
commit
0066503c03
|
@ -43,7 +43,7 @@ private:
|
||||||
const char* id;
|
const char* id;
|
||||||
int levels;
|
int levels;
|
||||||
|
|
||||||
bool operator<(struct ConfigSetting& other) {
|
bool operator<(const ConfigSetting& other) {
|
||||||
return name < other.name;
|
return name < other.name;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue