diff options
| author | Peng Wu <alexepico@gmail.com> | 2018-03-13 14:53:54 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2018-03-13 14:53:54 +0800 |
| commit | d4ece7e7c48579d3cc6fe8376cd4474ec7d1db92 (patch) | |
| tree | f5bc6ed9f592b17b25371ba77ca563ffe651cdc0 /src/ZYConfig.cc | |
| parent | 6066cc3c9b9615eff614eabec796fe77c8915597 (diff) | |
| download | ibus-libzhuyin-1.8.91.tar.gz ibus-libzhuyin-1.8.91.tar.xz ibus-libzhuyin-1.8.91.zip | |
update read method1.8.91
Diffstat (limited to 'src/ZYConfig.cc')
| -rw-r--r-- | src/ZYConfig.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYConfig.cc b/src/ZYConfig.cc index a1e40f3..42d533e 100644 --- a/src/ZYConfig.cc +++ b/src/ZYConfig.cc @@ -94,7 +94,7 @@ Config::read (const gchar * name, std::string Config::read (const gchar * name, - const std::string &defval) + const gchar * defval) { GVariant *value = NULL; if ((value = g_settings_get_value (m_settings, name)) != NULL) { |
