diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-05-05 16:18:39 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-05-05 17:03:07 -0700 |
commit | 43a4411f43e16bfbf9a178f9ad3f093f7896d093 (patch) | |
tree | 28597ab0bb2525ee1f463288e2ffa1e2f38c0cea | |
parent | 05424556b0974ef5695f6f6305658cb62f479f27 (diff) |
ecore: make efl.timer depend on efl.loop_user.
-rw-r--r-- | src/lib/ecore/efl_timer.eo | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | import ecore_types; | 1 | import ecore_types; |
2 | 2 | ||
3 | class Efl.Timer (Eo.Base) | 3 | class Efl.Timer (Efl.Loop_User) |
4 | { | 4 | { |
5 | [[Timers are objects that will call a given callback at some point | 5 | [[Timers are objects that will call a given callback at some point |
6 | in the future. | 6 | in the future. |