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:
2013-02-22 22:49:01 +01:00
parent 910863ba17
commit a2e86eb065

View File

@@ -1626,7 +1626,7 @@ void CChannelList::paintDetails(int index)
void CChannelList::clearItem2DetailsLine()
{
paintItem2DetailsLine (-1, 0);
paintItem2DetailsLine (-1);
}
void CChannelList::paintItem2DetailsLine (int pos)