Qt: Fix clang build hopefully

This commit is contained in:
Vicki Pfau 2019-01-20 22:55:32 -08:00
parent 2a60d391fe
commit 0066503c03
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ private:
const char* id;
int levels;
bool operator<(struct ConfigSetting& other) {
bool operator<(const ConfigSetting& other) {
return name < other.name;
}
};