summaryrefslogtreecommitdiff
path: root/src/tests/eolian/data/object_impl_ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/eolian/data/object_impl_ref.c')
-rw-r--r--src/tests/eolian/data/object_impl_ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eolian/data/object_impl_ref.c b/src/tests/eolian/data/object_impl_ref.c
index 335613af01..ddc0d7ccd5 100644
--- a/src/tests/eolian/data/object_impl_ref.c
+++ b/src/tests/eolian/data/object_impl_ref.c
@@ -14,7 +14,7 @@ _object_impl_a_set(Eo *obj, Object_Impl_Data *pd, const char *part, const Eina_L
}
EOLIAN static Eina_List *
-_object_impl_a_get(Eo *obj, Object_Impl_Data *pd, const char *part)
+_object_impl_a_get(const Eo *obj, Object_Impl_Data *pd, const char *part)
{
}