From 7402001787773d81b02b1cd2ea2925f5397f5d02 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 10 Dec 2016 21:28:50 -0500 Subject: [PATCH] game_list: Make the constructor explicit --- src/citra_qt/game_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index 8be951395..7b0602842 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h @@ -25,7 +25,7 @@ public: COLUMN_COUNT, // Number of columns }; - GameList(QWidget* parent = nullptr); + explicit GameList(QWidget* parent = nullptr); ~GameList() override; void PopulateAsync(const QString& dir_path, bool deep_scan);