diff options
Diffstat (limited to 'include/vcl/timer.hxx')
-rw-r--r-- | include/vcl/timer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx index 33e95d76b7a2..2d0f31076db0 100644 --- a/include/vcl/timer.hxx +++ b/include/vcl/timer.hxx @@ -64,6 +64,7 @@ public: static void ImplDeInitTimer(); static void ImplTimerCallbackProc(); static bool TimerReady(); + static bool CheckExpiredTimer(const bool bDoInvoke); }; /// An auto-timer is a multi-shot timer re-emitting itself at |