summaryrefslogtreecommitdiffstats
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2015-04-29 17:32:02 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-29 16:47:56 +0000
commit969dab55bb32b4b4137d89a91050f6eaeb1715b0 (patch)
tree2502cf7b654f9b8f6ec159f8fb441ce619319483 /desktop/source/splash
parenttdf#56036: allow calc compiler treat tabs and newlines as spacers (diff)
downloadcore-969dab55bb32b4b4137d89a91050f6eaeb1715b0.tar.gz
core-969dab55bb32b4b4137d89a91050f6eaeb1715b0.zip
Fix for gcc 4.6.3
with out the class-define gcc -> "error: a class-key must be used when declaring a friend" Change-Id: I6384d9b37a9105db2af9e6c65cd02a56c4169abe Reviewed-on: https://gerrit.libreoffice.org/15568 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'desktop/source/splash')
-rw-r--r--desktop/source/splash/splash.cxx2
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 };