diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 9266b8dbab..71a60f3732 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -976,7 +976,7 @@ _emotion_progress_set(Evas_Object *obj, char *info, double stat) | |||
976 | } | 976 | } |
977 | 977 | ||
978 | EAPI void | 978 | EAPI void |
979 | _emotion_file_ref_set(Evas_Object *obj, char *file, int num) | 979 | _emotion_file_ref_set(Evas_Object *obj, const char *file, int num) |
980 | { | 980 | { |
981 | Smart_Data *sd; | 981 | Smart_Data *sd; |
982 | 982 | ||