channellist.h: fix type conversion

Wconversion


Origin commit data
------------------
Commit: 11ae1615cf
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-21 (Thu, 21 Oct 2021)
This commit is contained in:
2021-10-21 18:57:35 +02:00
committed by vanhofen
parent 1388430f68
commit 1362743a2c

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();