char* -> const char*

Patch by Fabiano "I'm smoking crack" Fidêncio


SVN revision: 51152
This commit is contained in:
Mike Blumenkrantz 2010-08-16 03:50:27 +00:00
parent a7dd054fe4
commit bba476aa91
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ struct _Edje_Aspect
struct _Edje_String
{
char *str;
const char *str;
unsigned int id;
};