X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=include%2Fconnection.h;h=870fd85b73682a72c90f19137ea89c8c581c82a5;hb=b60bc906c47e9fad092f5032a081690674c35c12;hp=a6fc4b54954bdb62a467ec2bbbae7fc7bb7f1c28;hpb=dba614edd2aad3c17e244914eaef3809d8300cb1;p=vuplus_dvbapp diff --git a/include/connection.h b/include/connection.h index a6fc4b5..870fd85 100644 --- a/include/connection.h +++ b/include/connection.h @@ -6,8 +6,7 @@ class eConnection: public iObject, public Connection { -DECLARE_REF(eConnection); -private: + DECLARE_REF(eConnection); ePtr m_owner; public: eConnection(iObject *owner, const Connection &conn): Connection(conn), m_owner(owner) { };