diff options
-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; |