bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bd22ee962fee5d657a039ba0416b7d17c7dc449e
commit bd22ee962fee5d657a039ba0416b7d17c7dc449e Author: Marcel Hollerbach <[email protected]> Date: Sun Mar 15 22:10:31 2020 +0100 evas_table: inherit all the types we are implementing Reviewed-by: Mike Blumenkrantz <[email protected]> Differential Revision: https://phab.enlightenment.org/D11515 --- src/lib/evas/canvas/evas_table_eo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_table_eo.c b/src/lib/evas/canvas/evas_table_eo.c index 0369d7ced1..88a5967c0f 100644 --- a/src/lib/evas/canvas/evas_table_eo.c +++ b/src/lib/evas/canvas/evas_table_eo.c @@ -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" --
