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