summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index ce1de17ef..95220b063 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -390,7 +390,7 @@ private:
GameList* game_list;
LoadingScreen* loading_screen;
QTimer shutdown_timer;
- OverlayDialog* shutdown_dialog;
+ OverlayDialog* shutdown_dialog{};
GameListPlaceholder* game_list_placeholder;