X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4008892983b7a8348b24dccea5f6f98826adc2d6..191cade7c45bee53df2776ff5bb3f26b2cdafc12:/lib/dvb/dvb.h diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 3ad3cc1b..bc51ccd8 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -199,8 +199,8 @@ public: #ifdef SWIG public: #endif - RESULT allocateRawChannel(eUsePtr &SWIG_OUTPUT, int frontend_index); - static RESULT getInstance(ePtr &SWIG_OUTPUT); + RESULT allocateRawChannel(eUsePtr &, int frontend_index); + static RESULT getInstance(ePtr &); }; TEMPLATE_TYPEDEF(ePtr, eDVBResourceManagerPtr); #ifndef SWIG