diff options
author | James Rowe <jroweboy@gmail.com> | 2019-01-21 09:39:45 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2019-01-21 09:39:45 -0700 |
commit | 372245e0b52a738148a9291fbe448e3c61fa07bd (patch) | |
tree | 5f8cc2cc3a3bec5d09664d37c73a751774b6b65e /src/yuzu/loading_screen.h | |
parent | 3ca0af8bb3dfd7c67320a842db8eabe198058bd6 (diff) |
Fix mingw compile error and warnings
Diffstat (limited to 'src/yuzu/loading_screen.h')
-rw-r--r-- | src/yuzu/loading_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/loading_screen.h b/src/yuzu/loading_screen.h index 091e58eb7..801d08e1a 100644 --- a/src/yuzu/loading_screen.h +++ b/src/yuzu/loading_screen.h @@ -74,7 +74,7 @@ private: VideoCore::LoadCallbackStage previous_stage; QGraphicsOpacityEffect* opacity_effect = nullptr; - std::unique_ptr<QPropertyAnimation> fadeout_animation = nullptr; + std::unique_ptr<QPropertyAnimation> fadeout_animation; // Definitions for the differences in text and styling for each stage std::unordered_map<VideoCore::LoadCallbackStage, const char*> progressbar_style; |