X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4bc08995411e21f3564f09e136809be68ddf96a8..2404d9d809e8c9704383c85475f50b0be55949a7:/include/connection.h?ds=sidebyside diff --git a/include/connection.h b/include/connection.h index 5ae90d5b..870fd85b 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) { };