mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CChannelList: fix compile error
clearItem2DetailsLine()candidate expects 1 argument, 2 provided
Origin commit data
------------------
Branch: ni/coolstream
Commit: ba4e026b33
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-22 (Fri, 22 Feb 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1626,7 +1626,7 @@ void CChannelList::paintDetails(int index)
|
||||
|
||||
void CChannelList::clearItem2DetailsLine()
|
||||
{
|
||||
paintItem2DetailsLine (-1, 0);
|
||||
paintItem2DetailsLine (-1);
|
||||
}
|
||||
|
||||
void CChannelList::paintItem2DetailsLine (int pos)
|
||||
|
Reference in New Issue
Block a user