summaryrefslogtreecommitdiffstats
path: root/src/ZYConfig.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-03-13 14:53:54 +0800
committerPeng Wu <alexepico@gmail.com>2018-03-13 14:53:54 +0800
commitd4ece7e7c48579d3cc6fe8376cd4474ec7d1db92 (patch)
treef5bc6ed9f592b17b25371ba77ca563ffe651cdc0 /src/ZYConfig.h
parent6066cc3c9b9615eff614eabec796fe77c8915597 (diff)
downloadibus-libzhuyin-d4ece7e7c48579d3cc6fe8376cd4474ec7d1db92.tar.gz
ibus-libzhuyin-d4ece7e7c48579d3cc6fe8376cd4474ec7d1db92.tar.xz
ibus-libzhuyin-d4ece7e7c48579d3cc6fe8376cd4474ec7d1db92.zip
update read method1.8.91
Diffstat (limited to 'src/ZYConfig.h')
-rw-r--r--src/ZYConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYConfig.h b/src/ZYConfig.h
index 5051063..e528696 100644
--- a/src/ZYConfig.h
+++ b/src/ZYConfig.h
@@ -60,7 +60,7 @@ public:
protected:
bool read (const gchar * name, bool defval);
gint read (const gchar * name, gint defval);
- std::string read (const gchar * name, const std::string &defval);
+ std::string read (const gchar * name, const gchar * defval);
void initDefaultValues (void);
virtual void readDefaultValues (void);