diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-02 16:43:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-02 18:43:37 +0200 |
commit | efe7517856b5682b0f595822b953bf3ae4233588 (patch) | |
tree | e6e5530842bee2b78971217e61794d48a10e5b29 /svtools | |
parent | c1cf8dac6d54f3d0876803ca9dffce23df7241da (diff) |
WaE: has virtual functions but non-virtual destructor
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/toolpanel/paneltabbar.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx index 2723534efc1c..9baad589b62c 100644 --- a/svtools/source/toolpanel/paneltabbar.cxx +++ b/svtools/source/toolpanel/paneltabbar.cxx @@ -113,6 +113,7 @@ namespace svt :m_rTargetDevice( i_rTargetDevice ) { } + virtual ~VCLItemRenderer() {} // ITabBarRenderer virtual void renderBackground() const; @@ -187,6 +188,7 @@ namespace svt :m_rTargetDevice( i_rTargetDevice ) { } + virtual ~NWFToolboxItemRenderer() {} // ITabBarRenderer virtual void renderBackground() const; |