diff options
Diffstat (limited to 'include/svl/grabbagitem.hxx')
-rw-r--r-- | include/svl/grabbagitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx index c4f95929a286..38c49b8b8193 100644 --- a/include/svl/grabbagitem.hxx +++ b/include/svl/grabbagitem.hxx @@ -26,7 +26,7 @@ public: SfxGrabBagItem(); SfxGrabBagItem(sal_uInt16 nWhich); SfxGrabBagItem(const SfxGrabBagItem& rItem); - virtual ~SfxGrabBagItem(); + virtual ~SfxGrabBagItem() override; const std::map<OUString, css::uno::Any>& GetGrabBag() const { |