Qt: Fix clang build hopefully
Vicki Pfau vi@endrift.com
Sun, 20 Jan 2019 22:55:32 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/LogConfigModel.h
→
src/platform/qt/LogConfigModel.h
@@ -43,7 +43,7 @@ QString name;
const char* id; int levels; - bool operator<(struct ConfigSetting& other) { + bool operator<(const ConfigSetting& other) { return name < other.name; } };