From fdc612619c1c133353026166206cea18c48089a6 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Wed, 4 Jan 2017 12:06:42 +0100 Subject: Refactor Scheduler to add Task class Moves all the "task-specific" stuff into a Task class and just keeps the "real" static Scheduler functions in the original Scheduler class. Change-Id: I9eb02d46e2bcf1abb06af5bab1fa0ee734d1984c --- include/vcl/idle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/idle.hxx') diff --git a/include/vcl/idle.hxx b/include/vcl/idle.hxx index d3fdfbb5f78e..9f491e1ad9f7 100644 --- a/include/vcl/idle.hxx +++ b/include/vcl/idle.hxx @@ -23,7 +23,7 @@ #include #include -class VCL_DLLPUBLIC Idle : public Scheduler +class VCL_DLLPUBLIC Idle : public Task { Link maIdleHdl; // Callback Link -- cgit