diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-14 15:05:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-14 15:05:23 +0200 |
commit | 2744b00906757864f806a06b44776e887cd94d60 (patch) | |
tree | a6ab0670917b81772da5290f1d01811cb7ea38e3 /sw | |
parent | 7a3485a62f9da2e0a7a7c26d8673815185511188 (diff) |
Blind fix attempt for some GCC versions
Change-Id: Id84c3e8d2306f65ce3153de54efff8c13adcaf37
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index 35f51fae3881..9863cc93f5a8 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -678,7 +678,7 @@ namespace { class DeflateThread; } class DeflateData { private: - friend class DeflateThread; + friend DeflateThread; friend class SwOLEObj; uno::Reference< frame::XModel > maXModel; |