From 6a8e7995dc86f6f9c6823c735377bf5845abeed2 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 19 Dec 2006 19:40:16 +0000 Subject: [PATCH] fix allocateRawChannel --- lib/dvb/dvb.h | 2 +- lib/python/enigma_python.i | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 95d1091..fde9f74 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -204,7 +204,7 @@ public: /* allocate channel... */ RESULT allocateChannel(const eDVBChannelID &channelid, eUsePtr &channel); RESULT allocatePVRChannel(eUsePtr &channel); - static SWIG_VOID(RESULT) getInstance(ePtr &SWIG_OUTPUT); + static RESULT getInstance(ePtr &); #ifdef SWIG public: #endif diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 6c2ece3..2a3b89f 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -75,8 +75,8 @@ is usually caused by not marking PSignals as immutable. #include #include #include -#include #include +#include #include #include #include @@ -190,8 +190,8 @@ typedef long time_t; %include %include %include -%include %include +%include %include %include %include -- 2.7.4