From f875c8ba67bbda8f72e530152cb8954cd6f20f97 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 18 Aug 2015 15:11:09 -0400 Subject: [PATCH] ecore-wl2: Use Eina_Stringshare type instead of const char Signed-off-by: Chris Michael --- src/lib/ecore_wl2/Ecore_Wl2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index 8d631e209e..123b43b9dd 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -36,7 +36,7 @@ typedef struct _Ecore_Wl2_Display Ecore_Wl2_Display; typedef struct _Ecore_Wl2_Global { - const char *name; + Eina_Stringshare *interface; unsigned int id, version; } Ecore_Wl2_Global;