[Genlist] Removed wrong 'const' from API declaration.
[framework/uifw/elementary.git] / src / lib / elm_genlist.c
index 40b20ee..4fc29ae 100644 (file)
@@ -6472,7 +6472,7 @@ elm_genlist_edit_item_selected_set(Elm_Genlist_Item *it,
 }
 
 // TODO : add comment                              
-EAPI const Eina_Bool
+EAPI Eina_Bool
 elm_genlist_edit_item_selected_get(const Elm_Genlist_Item *it)
 {
    ELM_WIDGET_ITEM_WIDTYPE_CHECK_OR_RETURN(it, EINA_FALSE);