diff --git a/src/lib/ecore/efl_timer.eo b/src/lib/ecore/efl_timer.eo index 6e114edab3..f44052e10b 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.