summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-05-28 10:09:57 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-05-28 10:09:57 +0800
commit54ffd76da5dfb02f4f67950c59c55d2ee85eaee0 (patch)
tree6334528c194ca0a7d56a57d256c575743e37d2ad /src
parent0862e8bcb0ce7a5a7471f1e503f6fff053662f69 (diff)
downloadibus-libpinyin-54ffd76da5dfb02f4f67950c59c55d2ee85eaee0.tar.gz
ibus-libpinyin-54ffd76da5dfb02f4f67950c59c55d2ee85eaee0.tar.xz
ibus-libpinyin-54ffd76da5dfb02f4f67950c59c55d2ee85eaee0.zip
Use const gchar * const
Diffstat (limited to 'src')
-rw-r--r--src/Config.cc2
1 files changed, 1 insertions, 1 deletions
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 [] = {