diff options
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r-- | sw/inc/ring.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx index 61423d0223a6..3a57d9e19ce5 100644 --- a/sw/inc/ring.hxx +++ b/sw/inc/ring.hxx @@ -148,7 +148,7 @@ namespace sw * helper class that provides Svalue_typeL-style container iteration to the ring */ template <typename value_type> - class RingContainer SAL_FINAL + class RingContainer final { private: /** the item in the ring where iteration starts */ @@ -192,7 +192,7 @@ namespace sw }; template <typename value_type> - class RingIterator SAL_FINAL : public boost::iterator_facade< + class RingIterator final : public boost::iterator_facade< RingIterator<value_type> , value_type , boost::forward_traversal_tag |