From 43a4411f43e16bfbf9a178f9ad3f093f7896d093 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 5 May 2016 16:18:39 -0700 Subject: [PATCH] ecore: make efl.timer depend on efl.loop_user. --- src/lib/ecore/efl_timer.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/efl_timer.eo b/src/lib/ecore/efl_timer.eo index 6e114ed..f44052e 100644 --- a/src/lib/ecore/efl_timer.eo +++ b/src/lib/ecore/efl_timer.eo @@ -1,6 +1,6 @@ import ecore_types; -class Efl.Timer (Eo.Base) +class Efl.Timer (Efl.Loop_User) { [[Timers are objects that will call a given callback at some point in the future. -- 2.7.4