From 3c25d39c4d9ca273b62e28ce9ce59f163c4cc161 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 27 Feb 2018 16:03:10 +0800 Subject: fixes compile --- src/ZYConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ZYConfig.h') 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); -- cgit