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 1a252b18b693..9d9b48ce5f47 100644
--- a/include/svx/galleryitem.hxx
+++ b/include/svx/galleryitem.hxx
@@ -49,7 +49,7 @@ public:
SvxGalleryItem();
SvxGalleryItem( const SvxGalleryItem& );
- ~SvxGalleryItem();
+ virtual ~SvxGalleryItem();
sal_Int8 GetType() const { return m_nType; }
const rtl::OUString GetURL() const { return m_aURL; }