diff options
Diffstat (limited to 'desktop/source/splash/unxsplash.hxx')
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index 4935777eaf2d..e854387fa3ff 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -34,7 +34,7 @@ private: UnxSplashScreen( const UnxSplashScreen& ) = delete; UnxSplashScreen operator =( const UnxSplashScreen& ) = delete; - virtual ~UnxSplashScreen(); + virtual ~UnxSplashScreen() override; static UnxSplashScreen *m_pINSTANCE; |