- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[enigma2.git] / lib / gdi / grc.h
index 5eb8131425ac54ac0892da96201d93767879d177..f6829902b9f66f17fa71087f1aa06117dc2958d1 100644 (file)
@@ -124,7 +124,7 @@ struct gOpcode
                /* gRC is the singleton which controls the fifo and dispatches commands */
 class gRC: public iObject
 {
-DECLARE_REF;
+DECLARE_REF(gRC);
 private:
        static gRC *instance;
        
@@ -212,7 +212,7 @@ public:
 
 class gDC: public iObject
 {
-DECLARE_REF;
+DECLARE_REF(gDC);
 protected:
        ePtr<gPixmap> m_pixmap;