eio: switch Eio.Model to inherit from Efl.Model_Loop.

Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D7325
This commit is contained in:
Cedric BAIL 2018-11-21 17:03:34 -08:00
parent 137c5a0d83
commit de28f06ab4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function EflIoFilter {
return: int;
};
class Eio.Model (Efl.Object, Efl.Model)
class Eio.Model (Efl.Model_Loop)
{
[[Eio model class]]