summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/switerator.hxx2
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: