From 9e28e29e8f4ff5eaaa9484df7d5a1a10f8557852 Mon Sep 17 00:00:00 2001 From: DboxOldie Date: Sun, 19 Jan 2020 16:48:30 +0100 Subject: [PATCH] fix build for no ci stb Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/942e668d8052a1153c9d438debbe299ded445db7 Author: DboxOldie Date: 2020-01-19 (Sun, 19 Jan 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/ca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ca.h b/include/ca.h index cb77d94..02c3947 100644 --- a/include/ca.h +++ b/include/ca.h @@ -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();