eo: obtaining the Eo object attached to an Eina_Value is actually a const operation on the Eina_Value.

Summary: Depends on D8077

Reviewers: segfaultxavi, zmike

Reviewed By: segfaultxavi, zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8078
This commit is contained in:
Cedric BAIL 2019-03-01 10:23:40 -05:00 committed by Mike Blumenkrantz
parent fe82e6fdad
commit f591a7aeab
1 changed files with 1 additions and 1 deletions

View File

@ -2241,7 +2241,7 @@ eina_value_object_init(Eo *obj)
* @since 1.21
*/
static inline Eo *
eina_value_object_get(Eina_Value *v)
eina_value_object_get(const Eina_Value *v)
{
Eo *r = NULL;