aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-bconf-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-bconf-map.h')
-rw-r--r--e-util/e-bconf-map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-bconf-map.h b/e-util/e-bconf-map.h
index e6e16de6d4..dfd015ec65 100644
--- a/e-util/e-bconf-map.h
+++ b/e-util/e-bconf-map.h
@@ -45,9 +45,9 @@ enum {
};
typedef struct _e_bconf_map {
- char *from;
- char *to;
- int type;
+ const gchar *from;
+ const gchar *to;
+ gint type;
struct _e_bconf_map *child;
} e_bconf_map_t;