diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-18 15:48:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-19 23:41:08 +0100 |
commit | 59665096831ef0e88a3cfbfa4377d09246896f68 (patch) | |
tree | 4eacd4ce23361f522250f0487bff147233c886b3 /sw/inc | |
parent | 37262d61b395afdd575ddc99c1eab83b414fd082 (diff) |
limit friendship
Change-Id: I217077de4ccc2667a17e34ffcc781f1a6b736210
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/calbck.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx index 0b85f3b1c538..0ee4cf90e67c 100644 --- a/sw/inc/calbck.hxx +++ b/sw/inc/calbck.hxx @@ -245,7 +245,7 @@ protected: class SwClientIter SAL_FINAL : public sw::Ring<SwClientIter> { - friend class SwModify; + friend SwClient* SwModify::Remove(SwClient*); template<typename E, typename S> friend class SwIterator; ///< for typed interation const SwModify& m_rRoot; |