summaryrefslogtreecommitdiffstats
path: root/src/ZYConfig.h
diff options
context:
space:
mode:
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);