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

WaE: OutputDevice subclass should have nothing in its destructor but ...

Change-Id: I9b48a2c9d878ef449fc9c04228eff9deb03b0718
üst 12b0e654
......@@ -186,7 +186,11 @@ void FloatingWindow::doDeferredInit(WinBits nBits)
FloatingWindow::~FloatingWindow()
{
disposeOnce();
assert (!mnPostId);
// Unfortunately the vclwidgets clang plug-in says: "OutputDevice
// subclass should have nothing in its destructor but a call to
// disposeOnce()."
// assert (!mnPostId);
}
void FloatingWindow::dispose()
......
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