constifying (Edje_String)->str

SVN revision: 51097
This commit is contained in:
Iván Briano 2010-08-13 20:39:43 +00:00
parent 4d5915e787
commit 9c3dabedc9
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;
};