elm radio: fix build of things that don't enable eo APIs

This commit is contained in:
Daniel Kolesa 2017-11-02 14:48:52 +01:00
parent a5d77546a8
commit 27929f9467
1 changed files with 1 additions and 1 deletions

View File

@ -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"