From 3c31886286b40a9b1f05e8d64b39da557d3558a5 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 2 Nov 2006 00:57:10 +0000 Subject: [PATCH 1/1] fix --- lib/gdi/gpixmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gdi/gpixmap.h b/lib/gdi/gpixmap.h index 7158e269..5b27730b 100644 --- a/lib/gdi/gpixmap.h +++ b/lib/gdi/gpixmap.h @@ -131,6 +131,7 @@ public: eSize size() const { return eSize(surface->x, surface->y); } inline bool needClut() const { return surface && surface->bpp <= 8; } private: + bool must_delete_surface; #ifndef SWIG friend class gDC; void fill(const gRegion &clip, const gColor &color); -- 2.30.2