summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxaccessiblecomponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxaccessiblecomponent.hxx')
-rw-r--r--include/toolkit/awt/vclxaccessiblecomponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx
index b6a556b6a2e7..1fea9e5c9851 100644
--- a/include/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -78,7 +78,7 @@ protected:
public:
VCLXAccessibleComponent( VCLXWindow* pVCLXWindow );
- virtual ~VCLXAccessibleComponent();
+ virtual ~VCLXAccessibleComponent() override;
VCLXWindow* GetVCLXWindow() const;
VclPtr<vcl::Window> GetWindow() const;