* edje: fix constness issue.

SVN revision: 49666
This commit is contained in:
Cedric BAIL 2010-06-14 14:38:58 +00:00
parent 725e12bdfa
commit 4eadc13551
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ _edje_emit(Edje *ed, const char *sig, const char *src)
*/
if (sep)
{
const char *idx;
char *idx;
size_t length;
char *part;
/* the signal contains a colon, split the signal into "part:signal",