From b8707a5d2130d3770c72363b5c5410255a668bd3 Mon Sep 17 00:00:00 2001 From: Lauro Moura Date: Mon, 19 Aug 2019 14:23:21 +0000 Subject: [PATCH] elm: avoid clash in Collection.Focus_Manager Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D9627 --- src/lib/elementary/efl_ui_collection_focus_manager.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_collection_focus_manager.eo b/src/lib/elementary/efl_ui_collection_focus_manager.eo index 6fbf57d..e015dea 100644 --- a/src/lib/elementary/efl_ui_collection_focus_manager.eo +++ b/src/lib/elementary/efl_ui_collection_focus_manager.eo @@ -1,4 +1,4 @@ -class @beta Efl.Ui.Collection.Focus_Manager extends Efl.Ui.Focus.Manager_Calc { +class @beta Efl.Ui.Collection_Focus_Manager extends Efl.Ui.Focus.Manager_Calc { [[Internal class which implements collection specific behaviour, cannot be used outside of collection]] implements { Efl.Ui.Focus.Manager.manager_focus { set; } -- 2.7.4