summaryrefslogtreecommitdiff
path: root/vcl/source/app/idle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/idle.cxx')
-rw-r--r--vcl/source/app/idle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/idle.cxx b/vcl/source/app/idle.cxx
index 7e5756537164..0aed942beb79 100644
--- a/vcl/source/app/idle.cxx
+++ b/vcl/source/app/idle.cxx
@@ -33,7 +33,7 @@ Idle::Idle( const char *pDebugName )
void Idle::Start(const bool bStartTimer)
{
- Task::Start(false);
+ Timer::Start(false);
sal_uInt64 nPeriod = Scheduler::ImmediateTimeoutMs;
if (Scheduler::GetDeterministicMode())