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 --- lib/components/scan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/components') diff --git a/lib/components/scan.h b/lib/components/scan.h index b5acf91a..3d8984e1 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -8,8 +8,7 @@ class eDVBScan; class eComponentScan: public Object, public iObject { -DECLARE_REF(eComponentScan); -private: + DECLARE_REF(eComponentScan); #ifndef SWIG void scanEvent(int event); ePtr m_scan_event_connection; -- cgit v1.2.3