diff options
Diffstat (limited to 'include/svx/connctrl.hxx')
-rw-r--r-- | include/svx/connctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/connctrl.hxx b/include/svx/connctrl.hxx index b9b388e533aa..2bdc9eeddc34 100644 --- a/include/svx/connctrl.hxx +++ b/include/svx/connctrl.hxx @@ -45,7 +45,7 @@ private: SVX_DLLPRIVATE void AdaptSize(); public: SvxXConnectionPreview( vcl::Window* pParent, WinBits nStyle); - virtual ~SvxXConnectionPreview(); + virtual ~SvxXConnectionPreview() override; virtual void dispose() override; virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) override; |