diff options
Diffstat (limited to 'comphelper/source/container/container.cxx')
-rw-r--r-- | comphelper/source/container/container.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/container.cxx b/comphelper/source/container/container.cxx index 44f117b4562b..a383a534c102 100644 --- a/comphelper/source/container/container.cxx +++ b/comphelper/source/container/container.cxx @@ -39,7 +39,7 @@ IndexAccessIterator::IndexAccessIterator(css::uno::Reference< css::uno::XInterfa IndexAccessIterator::~IndexAccessIterator() {} -css::uno::Reference< css::uno::XInterface> IndexAccessIterator::Next() +css::uno::Reference< css::uno::XInterface> const & IndexAccessIterator::Next() { bool bCheckingStartingPoint = !m_xCurrentObject.is(); // Is the current node the starting point? |