ecore: make sure that progress type have the proper const.

This commit is contained in:
Cedric Bail 2016-09-15 21:47:41 -07:00
parent dfc65aef6e
commit de0a54f0b9
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ static void
_progress(void *data, const Efl_Event *ev)
{
Efl_Future_Event_Progress *p = ev->info;
int *value = p->progress;
const int *value = p->progress;
Future_Ok *fo = data;
fail_if(*value != 7);