summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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:
390 GameList* game_list; 390 GameList* game_list;
391 LoadingScreen* loading_screen; 391 LoadingScreen* loading_screen;
392 QTimer shutdown_timer; 392 QTimer shutdown_timer;
393 OverlayDialog* shutdown_dialog; 393 OverlayDialog* shutdown_dialog{};
394 394
395 GameListPlaceholder* game_list_placeholder; 395 GameListPlaceholder* game_list_placeholder;
396 396