* edje: fix constness warning.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Jul 2010 16:41:19 +0000 (16:41 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Jul 2010 16:41:19 +0000 (16:41 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_convert.h
src/lib/edje_private.h

index 8a8bd08..7cddb1b 100644 (file)
@@ -35,7 +35,7 @@ struct _Old_Edje_File
    Eina_List                      *styles;
    Eina_List                      *color_classes;
 
-   char                           *compiler;
+   const char                     *compiler;
    int                             version;
    int                             feature_ver;
 };
index 93e3691..e78b5e9 100644 (file)
@@ -369,7 +369,7 @@ struct _Edje_Style_Tag
 
 struct _Edje_Data
 {
-   char *key;
+   const char *key;
    char *value;
 };