* Arghh! Fix compilation... sorry

SVN revision: 37417
This commit is contained in:
Davide Andreoli 2008-11-02 15:02:40 +00:00
parent c1be5313b7
commit 6aaa2a7b35
1 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ EAPI void
edje_edit_style_tag_value_set(
Evas_Object *obj, ///< The edje object
const char *style, ///< The name of the style to inspect
const char *tag ///< The name of the tag
const char *tag, ///< The name of the tag
const char *new_value ///< The new tag value
);
@ -425,7 +425,7 @@ EAPI void
edje_edit_style_tag_name_set(
Evas_Object *obj, ///< The edje object
const char *style, ///< The name of the style
const char *tag ///< The name of the tag
const char *tag, ///< The name of the tag
const char *new_name ///< The new name for tag
);