From 2e0270746af934180499931f95ed91c444c8233e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 13 Jun 2008 09:57:56 +0000 Subject: after DECLARE_REF now all is private.. not public dont export AddRef, Release, ptrref and grabRef to python some cleanups --- include/connection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 m_owner; public: eConnection(iObject *owner, const Connection &conn): Connection(conn), m_owner(owner) { }; -- cgit v1.2.3