[Libreoffice-commits] core.git: include/vcl

Tor Lillqvist tml at collabora.com
Tue Jan 17 15:52:22 UTC 2017


 include/vcl/scheduler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ccb6779c5624f0ce723ed60f94a2ed936345b7a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jan 17 17:42:56 2017 +0200

    loplugin:staticmethods
    
    Change-Id: I8864342b6ffd2c63c231ca4d72220a8242da24ca

diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 1e4b9d6..dbe3128 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


More information about the Libreoffice-commits mailing list