From 8f9b0c869222e57f738bc25d51cc6364e3c6a65a Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Thu, 26 Feb 2015 07:28:54 +0000 Subject: Idle: Changed to new enum name Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4 --- linguistic/source/lngsvcmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic') diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index a87e3c95f3f4..aa733628c166 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -476,7 +476,7 @@ LngSvcMgr::LngSvcMgr() UpdateAll(); - aUpdateIdle.SetPriority(IdlePriority::LOWEST); + aUpdateIdle.SetPriority(SchedulerPriority::LOWEST); aUpdateIdle.SetIdleHdl(LINK(this, LngSvcMgr, updateAndBroadcast)); // request to be notified if an extension has been added/removed -- cgit v1.2.3