From 82ef5f9eab317171d4b08f5471222cce8f1fcdbf Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 19 Dec 2014 02:05:44 +0100 Subject: use sw::Ring instead --- sw/inc/ring.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/ring.hxx') 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 -- cgit