summaryrefslogtreecommitdiffstats
path: root/src/ZYConfig.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-02-27 16:03:10 +0800
committerPeng Wu <alexepico@gmail.com>2018-02-27 16:03:10 +0800
commit3c25d39c4d9ca273b62e28ce9ce59f163c4cc161 (patch)
tree8c2787f8ed864752bdeb44032d3f51adaee024e3 /src/ZYConfig.h
parent25b9f6cae85a17313aaff9b7ff21e7e40a586f19 (diff)
downloadibus-libzhuyin-3c25d39c4d9ca273b62e28ce9ce59f163c4cc161.tar.gz
ibus-libzhuyin-3c25d39c4d9ca273b62e28ce9ce59f163c4cc161.tar.xz
ibus-libzhuyin-3c25d39c4d9ca273b62e28ce9ce59f163c4cc161.zip
fixes compiledevel
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 13711f4..6a7218d 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 gchar * defval);
+ std::string read (const gchar * name, const std::string &defval);
void initDefaultValues (void);
virtual void readDefaultValues (void);