timerlist: fix compile for PC

Origin commit data
------------------
Commit: 1e91d36cdd
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-21 (Fri, 21 Oct 2016)

Origin message was:
------------------
- timerlist: fix compile for PC
This commit is contained in:
vanhofen
2016-10-21 11:43:50 +02:00
parent bf28c38024
commit af36276609

View File

@@ -1247,7 +1247,7 @@ void CTimerList::paintFoot()
if (timerlist.empty())
::paintButtons(x, y + height - footerHeight, width, 2, &(TimerListButtons[1]), width);
else
::paintButtons(x, y + height - footerHeight, width, TimerListButtonsCount, TimerListButtons, width);
::paintButtons(x, y + height - footerHeight, width, (int) TimerListButtonsCount, TimerListButtons, width);
}
void CTimerList::paint()