From 27929f946737ea49a0821f43c583cf61c59e6f6f Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 2 Nov 2017 14:48:52 +0100 Subject: elm radio: fix build of things that don't enable eo APIs --- src/lib/elementary/elm_radio_legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/elementary/elm_radio_legacy.h') diff --git a/src/lib/elementary/elm_radio_legacy.h b/src/lib/elementary/elm_radio_legacy.h index b9a58db7df..ef7735ef38 100644 --- a/src/lib/elementary/elm_radio_legacy.h +++ b/src/lib/elementary/elm_radio_legacy.h @@ -27,6 +27,6 @@ EAPI void elm_radio_value_set(Evas_Object *obj, int value) * * @ingroup Elm_Radio */ -EAPI int elm_radio_value_get(const Efl_Ui_Radio *obj); +EAPI int elm_radio_value_get(const Evas_Object *obj); #include "efl_ui_radio.eo.legacy.h" -- cgit v1.2.1