summaryrefslogtreecommitdiff
path: root/include/svl/ilstitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ilstitem.hxx')
-rw-r--r--include/svl/ilstitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index cea8abce74c0..422d38d6c023 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -35,7 +35,7 @@ public:
SfxIntegerListItem( sal_uInt16 nWhich, const ::std::vector < sal_Int32 >& rList );
SfxIntegerListItem( sal_uInt16 nWhich, const css::uno::Sequence < sal_Int32 >& rList );
SfxIntegerListItem( const SfxIntegerListItem& rItem );
- virtual ~SfxIntegerListItem();
+ virtual ~SfxIntegerListItem() override;
const std::vector< sal_Int32 >& GetList() const { return m_aList; }