diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:33:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:33:32 +0200 |
commit | 65ab049bcfc60657bcd0f285b83851479fc8b619 (patch) | |
tree | 3e51f9900a8c0835ab392964935b700951e9b746 /include/sot | |
parent | d0a0da717682a0e57f733d75d9d0700cfb198823 (diff) |
error: class 'SotStorage' is implicitly friends with itself
Change-Id: Id05657c866f872846676bb8d8c7ab009292569ab
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/storage.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 8c31ee209acc..0850bde76323 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -85,7 +85,6 @@ class UNOStorageHolder; class SOT_DLLPUBLIC SotStorage : virtual public SotObject { friend class SotStorageStream; -friend class SotStorage; BaseStorage * m_pOwnStg; // target storage SvStream * m_pStorStm; // only for SDSTORAGES |