Don't use forward delaration of Elm_Object_Item.
authorPiotr Tworek <p.tworek@samsung.com>
Mon, 16 Mar 2015 14:36:15 +0000 (15:36 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
The definition of the object is different in Elementary 1.13. Since this
is what Tizen 3.0 currently uses the code failed to compile. Instead of
using forward delclarations simply include Elementary.h header. This
should ensure the code builds no matter what version of EFL/Elementary
is being used.

Change-Id: Id5eb1fde0aa16ab651538755d1aac67edd0e9011
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/ewk/efl_integration/browser/selectpicker/popup_picker.h

index 9e1fad9..bfa77bf 100644 (file)
@@ -6,8 +6,8 @@
 #define popup_picker_h
 
 #include <Evas.h>
+#include <Elementary.h>
 
-typedef struct _Elm_Object_Item Elm_Object_Item;
 typedef struct Popup_Menu_Item Popup_Menu_Item;
 
 namespace WebKit {