diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/splash/splash.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index c56ea26a0ac0..c99c3a2240c2 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -64,7 +64,7 @@ public: class SplashScreen : public ::cppu::WeakImplHelper3< XStatusIndicator, XInitialization, XServiceInfo > { - friend SplashScreenWindow; + friend class SplashScreenWindow; private: enum BitmapMode { BM_FULLSCREEN, BM_DEFAULTMODE }; |