use the right name for functions...

SVN revision: 62317
This commit is contained in:
Mike Blumenkrantz 2011-08-10 21:30:40 +00:00
parent 47dfd036de
commit 5f45eed2af
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ extern "C" {
*/
EAPI const char *elm_object_item_text_part_get(const Elm_Object_Item *it, const char *part);
#define elm_object_item_text_get(it) elm_object_item_part_text_get((it), NULL)
#define elm_object_item_text_get(it) elm_object_item_text_part_get((it), NULL)
/**
* @}