summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-01-17 17:42:56 +0200
committerTor Lillqvist <tml@collabora.com>2017-01-17 17:51:55 +0200
commit7ccb6779c5624f0ce723ed60f94a2ed936345b7a (patch)
tree1f0c921d8bbb0488c486f5fede4b2c01ddbf76c3
parent88df09f2ec12c3956032eb1477c0a8350606f146 (diff)
loplugin:staticmethods
Change-Id: I8864342b6ffd2c63c231ca4d72220a8242da24ca
-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