X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fscan.h;fp=lib%2Fdvb%2Fscan.h;h=55da5d9c3636f48315f450ec844c4dacf5cb880b;hp=8f64abe506df5e8f14f0abb25dd0b8cc41639d29;hb=07aa6cf57eae72224a32f6ef3f83b299f49977cf;hpb=097eb7b26bdc1fc761a745b71bfab29e076856c0 diff --git a/lib/dvb/scan.h b/lib/dvb/scan.h index 8f64abe..55da5d9 100644 --- a/lib/dvb/scan.h +++ b/lib/dvb/scan.h @@ -80,7 +80,7 @@ class eDVBScan: public Object, public iObject void PMTready(int err); void addKnownGoodChannel(const eDVBChannelID &chid, iDVBFrontendParameters *feparm); - void addChannelToScan(const eDVBChannelID &chid, iDVBFrontendParameters *feparm); + void addChannelToScan(iDVBFrontendParameters *feparm); int sameChannel(iDVBFrontendParameters *ch1, iDVBFrontendParameters *ch2, bool exact=false) const;