restart previous running services in onClose event
[enigma2.git] / lib / gdi / grc.h
index 478ca46c54ae2448f99b93d9471079b3a6263319..7071425ef6ce7e968b96e239c35b4db5cc365e1f 100644 (file)
@@ -145,8 +145,7 @@ struct gOpcode
                /* gRC is the singleton which controls the fifo and dispatches commands */
 class gRC: public iObject, public Object
 {
-DECLARE_REF(gRC);
-private:
+       DECLARE_REF(gRC);
        friend class gPainter;
        static gRC *instance;
 
@@ -257,7 +256,7 @@ public:
 
 class gDC: public iObject
 {
-DECLARE_REF(gDC);
+       DECLARE_REF(gDC);
 protected:
        ePtr<gPixmap> m_pixmap;