Skip to content

Commit

Permalink
[dvbci] no declaration matches 'int eDVBCISlot::setClockRate(const st…
Browse files Browse the repository at this point in the history
…d::string&)'
  • Loading branch information
henrylicious committed Jan 11, 2025
1 parent e1a916e commit 1412853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dvb_ci/dvbci.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class eDVBCISlot : public iObject, public sigc::trackable
int setCaParameter(eDVBServicePMTHandler *pmthandler);
void removeService(uint16_t program_number = 0xFFFF);
int setSource(const std::string &source);
int setClockRate(int);
int setClockRate(const std::string &rate);
void determineCIVersion();
int setEnabled(bool);

Expand Down Expand Up @@ -244,7 +244,7 @@ class eDVBCIInterfaces : public eMainloop, private eThread
int cancelEnq(int slot);
int getMMIState(int slot);
int setInputSource(int tunerno, const std::string &source);
int setCIClockRate(int slot, int rate);
int setCIClockRate(int slot, const std::string &rate);
void setCIPlusRouting(int slotid);
void revertCIPlusRouting(int slotid);
bool canDescrambleMultipleServices(eDVBCISlot *slot);
Expand Down

0 comments on commit 1412853

Please sign in to comment.