summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/paneltabbar.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-05 17:04:19 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-05 17:39:10 +0300
commit15c73850fadba834763cc99d1a535653884fafb9 (patch)
tree9bb21ea8038269c5ac743466347b08439772fa01 /svtools/source/toolpanel/paneltabbar.cxx
parent48a271c28ad0ceaffd616d8dc9625ed65a89dd3b (diff)
WaE: class has virtual functions, but destructor is not virtual
Diffstat (limited to 'svtools/source/toolpanel/paneltabbar.cxx')
-rw-r--r--svtools/source/toolpanel/paneltabbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx
index ae4c7b4e3a3a..83fcaed5cb83 100644
--- a/svtools/source/toolpanel/paneltabbar.cxx
+++ b/svtools/source/toolpanel/paneltabbar.cxx
@@ -345,7 +345,7 @@ namespace svt
public:
PanelTabBar_Impl( PanelTabBar& i_rTabBar, IToolPanelDeck& i_rPanelDeck, const TabAlignment i_eAlignment, const TabItemContent i_eItemContent );
- ~PanelTabBar_Impl()
+ virtual ~PanelTabBar_Impl()
{
m_rPanelDeck.RemoveListener( *this );
}