summaryrefslogtreecommitdiff
path: root/svtools/source/uno/treecontrolpeer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/treecontrolpeer.hxx')
-rw-r--r--svtools/source/uno/treecontrolpeer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/treecontrolpeer.hxx b/svtools/source/uno/treecontrolpeer.hxx
index 8bb49020c4d7..367317319caf 100644
--- a/svtools/source/uno/treecontrolpeer.hxx
+++ b/svtools/source/uno/treecontrolpeer.hxx
@@ -53,7 +53,7 @@ class TreeControlPeer : public ::cppu::ImplInheritanceHelper< VCLXWindow, css::a
friend class UnoTreeListEntry;
public:
TreeControlPeer();
- virtual ~TreeControlPeer();
+ virtual ~TreeControlPeer() override;
vcl::Window* createVclControl( vcl::Window* pParent, sal_Int64 nWinStyle );