summaryrefslogtreecommitdiffstats
path: root/src/Config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.cc')
-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 [] = {