diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-15 02:55:35 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-16 15:17:59 +0100 |
commit | 5a751d32b99e330d6656efc337829778e2b58bdb (patch) | |
tree | bab37ca9a7019bf590968ea267fe13f0d1ab5c5e | |
parent | 553a058ec877e5ea858dbc47eec456033a6323ab (diff) |
make SwIterator final
Change-Id: I48ef94ca7681c3ef5cf04aad79eab4b7dd84ca2d
-rw-r--r-- | sw/inc/switerator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/switerator.hxx b/sw/inc/switerator.hxx index 7d2e27ae71a2..9df59065e76c 100644 --- a/sw/inc/switerator.hxx +++ b/sw/inc/switerator.hxx @@ -22,7 +22,7 @@ #include <calbck.hxx> #include <sal/log.hxx> -template< class TElementType, class TSource > class SwIterator +template< class TElementType, class TSource > class SwIterator SAL_FINAL { SwClientIter aClientIter; public: |