From: Ronny Strutz Date: Mon, 28 Nov 2005 23:55:13 +0000 (+0000) Subject: fix function type X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f4cf51627f608a216d5a25d6e47213b9ff92b3e5;hp=cb0260fc843d3d7386dd79ae977081d0ad082e04 fix function type --- diff --git a/lib/dvb_ci/dvbci.h b/lib/dvb_ci/dvbci.h index 1576b4f..a0e832c 100644 --- a/lib/dvb_ci/dvbci.h +++ b/lib/dvb_ci/dvbci.h @@ -49,7 +49,7 @@ public: uint8_t getPrevSentCAPMTVersion() const { return prev_sent_capmt_version; } void resetPrevSentCAPMTVersion() { prev_sent_capmt_version = 0xFF; } - enableTS(int enable); + int enableTS(int enable); };