diff options
Diffstat (limited to 'backends/timer/default/default-timer.h')
-rw-r--r-- | backends/timer/default/default-timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/timer/default/default-timer.h b/backends/timer/default/default-timer.h index 8c16122b02..bea4dc3f86 100644 --- a/backends/timer/default/default-timer.h +++ b/backends/timer/default/default-timer.h @@ -51,7 +51,7 @@ public: void removeTimerProc(TimerProc proc); // Timer callback, to be invoked at regular time intervals by the backend. - int handler(int t); + void handler(); }; #endif |