aboutsummaryrefslogtreecommitdiff
path: root/lib/components/scan.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-02-27 02:20:31 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-02-27 02:20:31 +0000
commitdba614edd2aad3c17e244914eaef3809d8300cb1 (patch)
tree382782ddff50bf88e421d933b13e35b9e5682cff /lib/components/scan.h
parent1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b (diff)
downloadenigma2-dba614edd2aad3c17e244914eaef3809d8300cb1.tar.gz
enigma2-dba614edd2aad3c17e244914eaef3809d8300cb1.zip
- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
Diffstat (limited to 'lib/components/scan.h')
-rw-r--r--lib/components/scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/scan.h b/lib/components/scan.h
index 073919c7..ca64f5e2 100644
--- a/lib/components/scan.h
+++ b/lib/components/scan.h
@@ -7,7 +7,7 @@ class eDVBScan;
class eComponentScan: public Object, public iObject
{
-DECLARE_REF;
+DECLARE_REF(eComponentScan);
private:
void scanEvent(int event);
ePtr<eConnection> m_scan_event_connection;