mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
make channel_id private, use getChannelID()
This commit is contained in:
@@ -92,7 +92,7 @@ bool CBEChannelSelectWidget::isChannelInBouquet( int index)
|
||||
{
|
||||
for (unsigned int i=0; i< bouquetChannels->size(); i++)
|
||||
{
|
||||
if ((*bouquetChannels)[i]->channel_id == Channels[index]->channel_id)
|
||||
if ((*bouquetChannels)[i]->getChannelID() == Channels[index]->getChannelID())
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user