10.12.2010 - light modifies in headers

This commit is contained in:
peri4
2010-12-10 23:42:53 +03:00
parent 480eb64f62
commit 8926fe2f69
8 changed files with 14 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ class PITimer
#endif
{
public:
PITimer(void * data = 0, TimerEvent slot = 0);
PITimer(TimerEvent slot = 0, void * data = 0);
~PITimer() {stop();}
#ifdef __WIN32__
void reset() {t_st = GetCurrentTime();}