summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-10-27 19:06:17 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-10-28 16:28:12 +0200
commit90cc5aabee1fd25ab95df1791cbdd18a5aca8b07 (patch)
tree9357692025d0a0fa29189fe72f455b53ff4c9add
parentff494b097eb2bb0534d99cee79df65d2f2104c67 (diff)
downloadefl-devs/bu5hm4n/focus_phase1.tar.gz
focus: fix compilationdevs/bu5hm4n/focus_phase1
it seems like eolian changed, so i need to import the eina_types
-rw-r--r--src/lib/elementary/efl_ui_focus_object.eo2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_focus_object.eo b/src/lib/elementary/efl_ui_focus_object.eo
index 4bbfb0b7cd..106d09cf15 100644
--- a/src/lib/elementary/efl_ui_focus_object.eo
+++ b/src/lib/elementary/efl_ui_focus_object.eo
@@ -1,3 +1,5 @@
+import eina_types;
+
mixin Efl.Ui.Focus.Object
{
[[Functions of focusable objects]]