summaryrefslogtreecommitdiffstats
path: root/include/vcl/scheduler.hxx
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2015-03-04 14:13:52 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2015-03-06 12:27:11 +0000
commit49439d4a67b06227e56a2855c856e3482323a28a (patch)
treefb77b3a5027643f43e36e593447a06e5ab8aaae7 /include/vcl/scheduler.hxx
parentTimer: Faster Word Count (diff)
downloadcore-49439d4a67b06227e56a2855c856e3482323a28a.tar.gz
core-49439d4a67b06227e56a2855c856e3482323a28a.zip
Timer: patch for commit 06d7314
Change-Id: I762062a4782438ec5bbcb53da9a42f44db65c40d
Diffstat (limited to 'include/vcl/scheduler.hxx')
-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 a18aa71e815a..af17016971ea 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -83,7 +83,7 @@ public:
static void ImplDeInitScheduler();
/// Process all pending idle tasks ahead of time in priority order.
- static void CallbackTaskScheduling();
+ static void CallbackTaskScheduling( bool ignore );
static void ProcessTaskScheduling( bool bTimer );
};