diff --git a/src/lib/elementary/elm_code_widget.eo b/src/lib/elementary/elm_code_widget.eo index a9d561423d..bb24d1b9fb 100644 --- a/src/lib/elementary/elm_code_widget.eo +++ b/src/lib/elementary/elm_code_widget.eo @@ -15,7 +15,7 @@ enum @beta Elm.Code_Widget_Scroller_Policy struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */ -class @beta Elm.Code_Widget extends Efl.Ui.Layout_Base +class @beta Elm.Code_Widget extends Efl.Ui.Layout { [[Elementary code widget]] c_prefix: efl_ui_code_widget;