From 88a84e3bc371d1b1b3533143658ad192476c59ab Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 18:38:07 +0200 Subject: forgot to remove dtor... --- ue2/imgsynth2/cwindowsbitmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ue2/imgsynth2/cwindowsbitmap.h') diff --git a/ue2/imgsynth2/cwindowsbitmap.h b/ue2/imgsynth2/cwindowsbitmap.h index d348a93..3367952 100644 --- a/ue2/imgsynth2/cwindowsbitmap.h +++ b/ue2/imgsynth2/cwindowsbitmap.h @@ -40,7 +40,8 @@ class CWindowsBitmap : public CBitmap * @exception none * @conditions none */ - ~CWindowsBitmap(); + ~CWindowsBitmap() + {} /** * @method read -- cgit v1.2.3