aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/connection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/connection.h b/include/connection.h
index a6fc4b54..870fd85b 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<iObject> m_owner;
public:
eConnection(iObject *owner, const Connection &conn): Connection(conn), m_owner(owner) { };