diff options
Diffstat (limited to 'src/qt/splashscreen.h')
-rw-r--r-- | src/qt/splashscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/splashscreen.h b/src/qt/splashscreen.h index c14fc521a7..9d6a619ce7 100644 --- a/src/qt/splashscreen.h +++ b/src/qt/splashscreen.h @@ -60,7 +60,7 @@ private: QPixmap pixmap; QString curMessage; QColor curColor; - int curAlignment; + int curAlignment{0}; interfaces::Node* m_node = nullptr; bool m_shutdown = false; |