git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes bug #314
[enigma2.git]
/
include
/
connection.h
diff --git
a/include/connection.h
b/include/connection.h
index 5ae90d5bf834f1a202eca708fe3ed9d01f12f63a..870fd85b73682a72c90f19137ea89c8c581c82a5 100644
(file)
--- 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<iObject> m_owner;
public:
eConnection(iObject *owner, const Connection &conn): Connection(conn), m_owner(owner) { };