mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CChannelList: fix compile error
clearItem2DetailsLine()candidate expects 1 argument, 2 provided
This commit is contained in:
@@ -1626,7 +1626,7 @@ void CChannelList::paintDetails(int index)
|
|||||||
|
|
||||||
void CChannelList::clearItem2DetailsLine()
|
void CChannelList::clearItem2DetailsLine()
|
||||||
{
|
{
|
||||||
paintItem2DetailsLine (-1, 0);
|
paintItem2DetailsLine (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CChannelList::paintItem2DetailsLine (int pos)
|
void CChannelList::paintItem2DetailsLine (int pos)
|
||||||
|
Reference in New Issue
Block a user