diff options
Diffstat (limited to 'include/svx/sidebar/PopupContainer.hxx')
-rw-r--r-- | include/svx/sidebar/PopupContainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/PopupContainer.hxx b/include/svx/sidebar/PopupContainer.hxx index 851c38fa62fd..f46e77eddbe9 100644 --- a/include/svx/sidebar/PopupContainer.hxx +++ b/include/svx/sidebar/PopupContainer.hxx @@ -34,7 +34,7 @@ class SVX_DLLPUBLIC PopupContainer { public: PopupContainer (vcl::Window* pParent); - virtual ~PopupContainer(); + virtual ~PopupContainer() override; virtual bool Notify (NotifyEvent& rNEvt) override; }; |