From 60e4306e87b0d205d3b94be7ce0aa0ca39ab2631 Mon Sep 17 00:00:00 2001 From: sachiel Date: Fri, 13 Aug 2010 20:39:43 +0000 Subject: [PATCH] constifying (Edje_String)->str git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@51097 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje_private.h b/src/lib/edje_private.h index 4c126bb..da482d1 100644 --- a/src/lib/edje_private.h +++ b/src/lib/edje_private.h @@ -202,7 +202,7 @@ struct _Edje_Aspect struct _Edje_String { - char *str; + const char *str; unsigned int id; }; -- 2.7.4