summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 1e4b9d628a0d..dbe312819e29 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -82,7 +82,7 @@ protected:
TaskPriority mePriority; /// Task priority
bool mbActive; /// Currently in the scheduler
- void StartTimer( sal_uInt64 nMS );
+ static void StartTimer( sal_uInt64 nMS );
virtual void SetDeletionFlags();
/// Is this item ready to be dispatched at nTimeNow