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

WaE: class has virtual functions, but destructor is not virtual

üst 67cf8e78
......@@ -92,7 +92,7 @@ namespace svt
m_aPanelAnchor.SetAccessibleRole( AccessibleRole::PANEL );
}
~ToolPanelDeck_Impl()
virtual ~ToolPanelDeck_Impl()
{
m_bInDtor = true;
}
......
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