Fix uiprivTimer::f: it should return an int

This commit is contained in:
Andrea Parodi 2018-04-19 21:03:49 +02:00
parent 591b9c8772
commit e61f7fb0cb
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ extern void uninitUtilWindow(void);
// main.cpp
typedef struct uiprivTimer;
struct uiprivTimer {
void (*f)(void *);
int (*f)(void *);
void *data;
};
extern int registerMessageFilter(void);