summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_loop_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/efl_loop_consumer.c')
-rw-r--r--src/lib/ecore/efl_loop_consumer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/efl_loop_consumer.c b/src/lib/ecore/efl_loop_consumer.c
index 670e91bbc6..795b5fcfd0 100644
--- a/src/lib/ecore/efl_loop_consumer.c
+++ b/src/lib/ecore/efl_loop_consumer.c
@@ -12,7 +12,7 @@ struct _Efl_Loop_Consumer_Data
};
static Efl_Loop *
-_efl_loop_consumer_loop_get(Eo *obj, Efl_Loop_Consumer_Data *pd EINA_UNUSED)
+_efl_loop_consumer_loop_get(const Eo *obj, Efl_Loop_Consumer_Data *pd EINA_UNUSED)
{
Efl_Loop *loop = efl_provider_find(obj, EFL_LOOP_CLASS);
if (!loop && eina_main_loop_is())