diff options
Diffstat (limited to 'common/timer.h')
-rw-r--r-- | common/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h index 503bc9cbe2..96ad1a85de 100644 --- a/common/timer.h +++ b/common/timer.h @@ -65,7 +65,7 @@ public: * @return true if the timer was installed successfully, false otherwise */ bool installTimerProc(TimerProc proc, int32 interval, void *refCon); - + /** * Remove the given timer callback. It will not be invoked anymore. */ |