From 8545b94e9eb1d72eacaa4c60d830e21ac1cc1278 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 4 Aug 2012 05:21:56 +0000 Subject: [PATCH] e: Add missing const to gadcon client class SVN revision: 74871 --- src/bin/e_gadcon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_gadcon.h b/src/bin/e_gadcon.h index f0b00be54..882ff7c96 100644 --- a/src/bin/e_gadcon.h +++ b/src/bin/e_gadcon.h @@ -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