diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-03-17 09:31:05 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-03-17 09:38:16 +0100 |
commit | c4e1de9854dc99d8a1ce086c45a9e9c89f5760da (patch) | |
tree | 69782791277f71bc958a4d3e5d446f0879010e06 | |
parent | 5b8dc56100e3c850b21cb7ca41dd9f86e7d57c22 (diff) | |
download | efl-c4e1de9854dc99d8a1ce086c45a9e9c89f5760da.tar.gz |
evas_table: inherit all the types we are implementing
-rw-r--r-- | src/lib/evas/canvas/evas_grid_eo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_grid_eo.c b/src/lib/evas/canvas/evas_grid_eo.c index 331cd0f9ef..609edd6168 100644 --- a/src/lib/evas/canvas/evas_grid_eo.c +++ b/src/lib/evas/canvas/evas_grid_eo.c @@ -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" |