Kaydet (Commit) 65ab049b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

error: class 'SotStorage' is implicitly friends with itself

Change-Id: Id05657c866f872846676bb8d8c7ab009292569ab
üst d0a0da71
...@@ -85,7 +85,6 @@ class UNOStorageHolder; ...@@ -85,7 +85,6 @@ class UNOStorageHolder;
class SOT_DLLPUBLIC SotStorage : virtual public SotObject class SOT_DLLPUBLIC SotStorage : virtual public SotObject
{ {
friend class SotStorageStream; friend class SotStorageStream;
friend class SotStorage;
BaseStorage * m_pOwnStg; // target storage BaseStorage * m_pOwnStg; // target storage
SvStream * m_pStorStm; // only for SDSTORAGES SvStream * m_pStorStm; // only for SDSTORAGES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment