all repos — mgba @ 9b1c3e53964a7c5afe704c57dbd656e4cfe801d1

mGBA Game Boy Advance Emulator

Qt: Actually fix clang build
Vicki Pfau vi@endrift.com
Sun, 20 Jan 2019 23:12:15 -0800
commit

9b1c3e53964a7c5afe704c57dbd656e4cfe801d1

parent

0066503c03d543d87a6d3462d45b35c28bb0f835

1 files changed, 2 insertions(+), 2 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<(const ConfigSetting& other) { + bool operator<(const ConfigSetting& other) const { return name < other.name; } };

@@ -54,4 +54,4 @@ QList<ConfigSetting> m_cache;

int m_levels; }; -}+}