Fix for evas_stringshare. Changes char *appdir to const char *appdir.

SVN revision: 21190
This commit is contained in:
Christopher Michael 2006-03-11 16:14:56 +00:00
parent a702904c84
commit af748c11b9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ typedef struct _IBar_Icon IBar_Icon;
struct _Config
{
char *appdir;
const char *appdir;
int follower;
double follow_speed;
double autoscroll_speed;