From 54ffd76da5dfb02f4f67950c59c55d2ee85eaee0 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Fri, 28 May 2010 10:09:57 +0800 Subject: Use const gchar * const --- src/Config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Config.cc') diff --git a/src/Config.cc b/src/Config.cc index 44b875c..7a0b76b 100644 --- a/src/Config.cc +++ b/src/Config.cc @@ -78,7 +78,7 @@ Config::Config (Bus & bus, const std::string & name) } static const struct { - const gchar *name; + const gchar * const name; guint option; bool defval; } options [] = { -- cgit