summaryrefslogtreecommitdiff
path: root/desktop/source/splash/splash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/splash/splash.cxx')
-rw-r--r--desktop/source/splash/splash.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index b7724ec1e636..336601a6d80f 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -99,7 +99,7 @@ private:
long _barheight, _barspace, _textBaseline;
double _fXPos, _fYPos;
double _fWidth, _fHeight;
- const long _xoffset, _yoffset;
+ static constexpr long _xoffset = 12, _yoffset = 18;
public:
SplashScreen();
@@ -172,8 +172,6 @@ SplashScreen::SplashScreen()
, _fYPos(-1.0)
, _fWidth(-1.0)
, _fHeight(-1.0)
- , _xoffset(12)
- , _yoffset(18)
{
loadConfig();
}