diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-12-19 02:05:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-12-23 04:02:11 +0100 |
commit | 82ef5f9eab317171d4b08f5471222cce8f1fcdbf (patch) | |
tree | 52ee226b30daaa94e20e40612ec88fd912ef611c /sw/inc/ring.hxx | |
parent | dfffff2a59983466748211944bc02013f4eba4b4 (diff) |
use sw::Ring instead
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r-- | sw/inc/ring.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx index e4c62f5af146..85f62bde0af4 100644 --- a/sw/inc/ring.hxx +++ b/sw/inc/ring.hxx @@ -216,7 +216,7 @@ namespace sw private: friend class boost::iterator_core_access; void increment() - { m_pCurrent = m_pCurrent ? m_pCurrent->GetNextInRing() : m_pStart->GetNext(); } + { m_pCurrent = m_pCurrent ? m_pCurrent->GetNextInRing() : m_pStart->GetNextInRing(); } bool equal(RingIterator const& other) const { // we never want to compare iterators from |