e: Add missing const to gadcon client class

SVN revision: 74871
This commit is contained in:
Lucas De Marchi 2012-08-04 05:21:56 +00:00
parent acafdd5077
commit 8545b94e9e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ struct _E_Gadcon_Client_Class
/* All members below are part of version 3 */
Eina_Bool (*is_site)(E_Gadcon_Site site);
} func;
char *default_style;
const char *default_style;
};
struct _E_Gadcon_Client