evas_table: inherit all the types we are implementing

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11515
This commit is contained in:
Marcel Hollerbach 2020-03-15 22:10:31 +01:00
parent 654b05b76f
commit bd22ee962f
1 changed files with 1 additions and 1 deletions

View File

@ -137,6 +137,6 @@ static const Efl_Class_Description _evas_table_class_desc = {
NULL
};
EFL_DEFINE_CLASS(evas_table_class_get, &_evas_table_class_desc, EFL_CANVAS_GROUP_CLASS, NULL);
EFL_DEFINE_CLASS(evas_table_class_get, &_evas_table_class_desc, EFL_CANVAS_GROUP_CLASS, EFL_UI_I18N_INTERFACE, NULL);
#include "evas_table_eo.legacy.c"