summaryrefslogtreecommitdiff
path: root/src/yuzu/loading_screen.h
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-01-21 09:39:45 -0700
committerJames Rowe <jroweboy@gmail.com>2019-01-21 09:39:45 -0700
commit372245e0b52a738148a9291fbe448e3c61fa07bd (patch)
tree5f8cc2cc3a3bec5d09664d37c73a751774b6b65e /src/yuzu/loading_screen.h
parent3ca0af8bb3dfd7c67320a842db8eabe198058bd6 (diff)
Fix mingw compile error and warnings
Diffstat (limited to 'src/yuzu/loading_screen.h')
-rw-r--r--src/yuzu/loading_screen.h2
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;