summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_navigation_layout_private.h
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2018-04-06 18:15:31 +0200
committerCedric Bail <cedric@osg.samsung.com>2018-04-24 09:03:54 -0700
commit6a98b84cd7645d8e5a89810f5d9cb79389b5fb32 (patch)
tree71610f88f8c9ba8584790eaa5bcf03f03ca88a67 /src/lib/elementary/efl_ui_navigation_layout_private.h
parent8da98a47f0abe42f905922677e41aa2ee5ee2656 (diff)
downloadefl-6a98b84cd7645d8e5a89810f5d9cb79389b5fb32.tar.gz
Efl.Ui.Layout.Object (from Efl.Ui.Layout)
Ref https://phab.enlightenment.org/T6847 Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/elementary/efl_ui_navigation_layout_private.h')
-rw-r--r--src/lib/elementary/efl_ui_navigation_layout_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_navigation_layout_private.h b/src/lib/elementary/efl_ui_navigation_layout_private.h
index 47d3e4464d..d80596110f 100644
--- a/src/lib/elementary/efl_ui_navigation_layout_private.h
+++ b/src/lib/elementary/efl_ui_navigation_layout_private.h
@@ -4,7 +4,7 @@
typedef struct _Efl_Ui_Navigation_Layout_Data Efl_Ui_Navigation_Layout_Data;
struct _Efl_Ui_Navigation_Layout_Data
{
- Efl_Ui_Layout *bar;
+ Efl_Ui_Layout_Object *bar;
};
#define EFL_UI_NAVIGATION_LAYOUT_DATA_GET_OR_RETURN(o, ptr, ...) \