all repos — mgba @ 0066503c03d543d87a6d3462d45b35c28bb0f835

mGBA Game Boy Advance Emulator

Qt: Fix clang build hopefully
Vicki Pfau vi@endrift.com
Sun, 20 Jan 2019 22:55:32 -0800
commit

0066503c03d543d87a6d3462d45b35c28bb0f835

parent

2a60d391fe667c8667919f1559cec2eb8e45ba7d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/LogConfigModel.hsrc/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; } };