diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-31 14:54:40 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-31 16:00:34 -0400 |
commit | 2de94dfb1961b14c0f7389134c8866c833c28eca (patch) | |
tree | 4c7464d5b80b513231ee99ac3e7fd1a75c9dfc4a /svtools | |
parent | b4599944f2743b9f82c9ef09e28a84b4004ab3c8 (diff) |
This destructor should be virtual.
Change-Id: I48cd5988056c8dee10241d5ba3b469ae7e5191b9
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/treelistbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/treelistbox.hxx b/svtools/inc/svtools/treelistbox.hxx index 48ab00726e58..59b13bed632b 100644 --- a/svtools/inc/svtools/treelistbox.hxx +++ b/svtools/inc/svtools/treelistbox.hxx @@ -371,7 +371,7 @@ public: SvTreeListBox( Window* pParent, WinBits nWinStyle=0 ); SvTreeListBox( Window* pParent, const ResId& rResId ); - ~SvTreeListBox(); + virtual ~SvTreeListBox(); SvTreeList* GetModel() const { return (SvTreeList*)pModel; } using SvListView::SetModel; |