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 10a7a495a92f..faf499ed440b 100644
--- a/vcl/source/app/idle.cxx
+++ b/vcl/source/app/idle.cxx
@@ -74,7 +74,7 @@ bool Idle::IsIdle() const
return true;
}
-sal_uInt64 Idle::UpdateMinPeriod( sal_uInt64 /* nMinPeriod */, sal_uInt64 /* nTime */ ) const
+sal_uInt64 Idle::UpdateMinPeriod( sal_uInt64 /* nMinPeriod */, sal_uInt64 /* nTimeNow */ ) const
{
assert(false); // idles currently don't hit this.
return ImmediateTimeoutMs;