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

@@ -1,7 +1,7 @@
#include "pitimer.h"
PITimer::PITimer(void * data_, TimerEvent slot) {
PITimer::PITimer(TimerEvent slot, void * data_) {
ret_func = slot;
data = data_;
#ifndef __WIN32__