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