mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CBouquetList: use required type
fix some possible compiler warnings
This commit is contained in:
@@ -118,9 +118,9 @@ void CBouquetList::deleteBouquet(CBouquet*bouquet)
|
||||
}
|
||||
}
|
||||
|
||||
int CBouquetList::getActiveBouquetNumber()
|
||||
t_bouquet_id CBouquetList::getActiveBouquetNumber()
|
||||
{
|
||||
return selected;
|
||||
return (t_bouquet_id)selected;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user