From 6e9f8cb7044774da171b2a0f6ffdda579eb9ddab Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 6 Dec 2014 15:17:15 -0600 Subject: Fix Kontact crash in Akregator part due to identical destructor signatures being generated for two unrelated classes This relates to Bug 2235 Fix a slew of non-virtual destructor problems --- ktnef/gui/qwmf.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ktnef/gui') diff --git a/ktnef/gui/qwmf.cpp b/ktnef/gui/qwmf.cpp index bc31584c1..37eaa1704 100644 --- a/ktnef/gui/qwmf.cpp +++ b/ktnef/gui/qwmf.cpp @@ -50,6 +50,8 @@ public: class WinObjHandle { public: + WinObjHandle() {} + virtual ~WinObjHandle() {} virtual void apply( TQPainter& p ) = 0; }; -- cgit v1.2.1