fix
[enigma2.git] / lib / gdi / gpixmap.h
index 7158e26989b6e72c1eba4cb7911f7de4468d9695..5b27730b17b99cb3eb52c3928afc7fbd7e10d4ca 100644 (file)
@@ -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);