channellist.h: fix type conversion

Wconversion
This commit is contained in:
2021-10-21 14:21:33 +02:00
parent bc7a36a4ad
commit da729bfc6e

View File

@@ -257,7 +257,7 @@ public:
SORT_CH_NUMBER,
SORT_MAX
};
unsigned Size() { return (*chanlist).size(); }
size_t Size() { return (*chanlist).size(); }
ZapitChannelList &getChannels() { return channels; };
bool checkLockStatus(neutrino_msg_data_t data, bool pip = false);
CComponentsHeader* getHeaderObject();