elm_test: Fix warning with clang

Invalid enum type
This commit is contained in:
Jean-Philippe Andre 2016-04-06 16:36:55 +09:00
parent d61e243f0f
commit ba9a2c3612
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ my_im_ch(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
Evas_Object *win = data;
Evas_Object *im = evas_object_data_get(win, "im");
Evas_Object *rdg = evas_object_data_get(win, "rdg");
Evas_Image_Orient v = elm_radio_value_get(rdg);
Elm_Image_Orient v = elm_radio_value_get(rdg);
elm_image_orient_set(im, v);
fprintf(stderr, "Set %i and got %i\n",