fix bluescreen on movieplayback
[enigma2.git] / lib / gui / epositiongauge.h
index 36da1ef9ad6ad019542fa2371b1f50d2ec39a3bb..f90b2809782850bd50a36035e1df0ffebb90db63 100644 (file)
@@ -18,6 +18,7 @@ public:
        
        void setInColor(const gRGB &color); /* foreground? */
        void setPointer(int which, gPixmap *pixmap, const ePoint &center);
+       void setPointer(int which, ePtr<gPixmap> &pixmap, const ePoint &center);
        
        void setInOutList(SWIG_PYOBJECT(ePyObject) list);
        void setForegroundColor(const gRGB &col);