elementary: fix ATSPI reflection API warning.

Summary: Depends on D8451

Reviewers: zmike, bu5hm4n, stefan_schmidt, devilhorns

Reviewed By: devilhorns

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8452
This commit is contained in:
Cedric BAIL 2019-03-26 12:05:40 -04:00 committed by Christopher Michael
parent 7331f21ea7
commit 40f50d1e61
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Eina_Bool _elm_atspi_bridge_connected_get(const Eo *obj, Elm_Atspi_Bridge_Data *
static Eina_Value
__eolian_elm_atspi_bridge_connected_get_reflect(Eo *obj)
__eolian_elm_atspi_bridge_connected_get_reflect(const Eo *obj)
{
Eina_Bool val = elm_obj_atspi_bridge_connected_get(obj);
return eina_value_bool_init(val);