summaryrefslogtreecommitdiffstats
path: root/ktnef/gui/qwmf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/gui/qwmf.cpp')
-rw-r--r--ktnef/gui/qwmf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ktnef/gui/qwmf.cpp b/ktnef/gui/qwmf.cpp
index bc31584c..37eaa170 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;
};