CChannelList: fix compile error

clearItem2DetailsLine()candidate expects 1 argument, 2 provided
This commit is contained in:
2013-02-22 22:49:01 +01:00
parent 44346c6417
commit ba4e026b33

View File

@@ -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)