* edje: fix constness warning.

SVN revision: 50368
This commit is contained in:
Cedric BAIL 2010-07-19 16:41:19 +00:00
parent 9660c1c66f
commit 05a03bd60c
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ struct _Old_Edje_File
Eina_List *styles;
Eina_List *color_classes;
char *compiler;
const char *compiler;
int version;
int feature_ver;
};

View File

@ -369,7 +369,7 @@ struct _Edje_Style_Tag
struct _Edje_Data
{
char *key;
const char *key;
char *value;
};