From 7ccb6779c5624f0ce723ed60f94a2ed936345b7a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 17 Jan 2017 17:42:56 +0200 Subject: loplugin:staticmethods Change-Id: I8864342b6ffd2c63c231ca4d72220a8242da24ca --- include/vcl/scheduler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit