char* -> const char*
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Aug 2010 03:50:27 +0000 (03:50 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Aug 2010 03:50:27 +0000 (03:50 +0000)
Patch by Fabiano "I'm smoking crack" FidĂȘncio

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@51152 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_private.h

index c3f2580..15eda54 100644 (file)
@@ -202,7 +202,7 @@ struct _Edje_Aspect
 
 struct _Edje_String
 {
-   char *str;
+   const char *str;
    unsigned int id;
 };