fix build for no ci stb

Origin commit data
------------------
Branch: master
Commit: 942e668d80
Author: DboxOldie <DboxOdlie@users.noreply.github.com>
Date: 2020-01-19 (Sun, 19 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
DboxOldie
2020-01-19 16:48:30 +01:00
committed by vanhofen
parent 3d6e9f07e0
commit 9e28e29e8f

View File

@@ -110,7 +110,7 @@ public:
void MenuAnswer(enum CA_SLOT_TYPE, uint32_t Slot, uint32_t choice);
void InputAnswer(enum CA_SLOT_TYPE, uint32_t Slot, uint8_t * Data, int Len);
void MenuClose(enum CA_SLOT_TYPE, uint32_t Slot);
void SetTSClock(u32 /*Speed*/) { return; };
void SetTSClock(u32 /*Speed*/, int /*slot*/) { return; };
bool checkChannelID(u64 /*chanID*/) { return false; };
void setCheckLiveSlot(int /*check*/) { return; };
virtual ~cCA();