summaryrefslogtreecommitdiff
path: root/include/svx/galleryitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galleryitem.hxx')
-rw-r--r--include/svx/galleryitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/galleryitem.hxx b/include/svx/galleryitem.hxx
index 988c4ef2074f..db76b18f8150 100644
--- a/include/svx/galleryitem.hxx
+++ b/include/svx/galleryitem.hxx
@@ -49,7 +49,7 @@ public:
SvxGalleryItem();
SvxGalleryItem( const SvxGalleryItem& );
- virtual ~SvxGalleryItem();
+ virtual ~SvxGalleryItem() override;
sal_Int8 GetType() const { return m_nType; }
const rtl::OUString& GetURL() const { return m_aURL; }