diff options
Diffstat (limited to 'vcl/inc/saltimer.hxx')
-rw-r--r-- | vcl/inc/saltimer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx index 72b1eb8e14fa..c2e2c2300f30 100644 --- a/vcl/inc/saltimer.hxx +++ b/vcl/inc/saltimer.hxx @@ -70,7 +70,7 @@ struct ImplSchedulerData void Invoke(); const char *GetDebugName() const; - static ImplSchedulerData *GetMostImportantTask( bool bTimerOnly, sal_uInt64 nTimeNow ); + static ImplSchedulerData *GetMostImportantTask( bool bIdle, sal_uInt64 nTimeNow ); }; #endif // INCLUDED_VCL_INC_SALTIMER_HXX |