evas_table: inherit all the types we are implementing

This commit is contained in:
Marcel Hollerbach 2020-03-17 09:31:05 +01:00
parent 5b8dc56100
commit c4e1de9854
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@ static const Efl_Class_Description _evas_grid_class_desc = {
NULL
};
EFL_DEFINE_CLASS(evas_grid_class_get, &_evas_grid_class_desc, EFL_CANVAS_GROUP_CLASS, NULL);
EFL_DEFINE_CLASS(evas_grid_class_get, &_evas_grid_class_desc, EFL_CANVAS_GROUP_CLASS, EFL_UI_I18N_INTERFACE, NULL);
#include "evas_grid_eo.legacy.c"