summaryrefslogtreecommitdiff
path: root/include/vcl/morebtn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/morebtn.hxx')
-rw-r--r--include/vcl/morebtn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx
index f37f3093509d..20a76cb17ba1 100644
--- a/include/vcl/morebtn.hxx
+++ b/include/vcl/morebtn.hxx
@@ -45,7 +45,7 @@ protected:
public:
explicit MoreButton( vcl::Window* pParent, WinBits nStyle = 0 );
- virtual ~MoreButton();
+ virtual ~MoreButton() override;
virtual void dispose() override;
void Click() override;