diff options
Diffstat (limited to 'ktnef')
-rw-r--r-- | ktnef/gui/qwmf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |