Kaydet (Commit) efe75178 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: has virtual functions but non-virtual destructor

üst c1cf8dac
...@@ -113,6 +113,7 @@ namespace svt ...@@ -113,6 +113,7 @@ namespace svt
:m_rTargetDevice( i_rTargetDevice ) :m_rTargetDevice( i_rTargetDevice )
{ {
} }
virtual ~VCLItemRenderer() {}
// ITabBarRenderer // ITabBarRenderer
virtual void renderBackground() const; virtual void renderBackground() const;
...@@ -187,6 +188,7 @@ namespace svt ...@@ -187,6 +188,7 @@ namespace svt
:m_rTargetDevice( i_rTargetDevice ) :m_rTargetDevice( i_rTargetDevice )
{ {
} }
virtual ~NWFToolboxItemRenderer() {}
// ITabBarRenderer // ITabBarRenderer
virtual void renderBackground() const; virtual void renderBackground() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment