summaryrefslogtreecommitdiff
path: root/src/ini_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ini_type.h')
-rw-r--r--src/ini_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ini_type.h b/src/ini_type.h
index 160ba7619..882ccc789 100644
--- a/src/ini_type.h
+++ b/src/ini_type.h
@@ -31,7 +31,7 @@ struct IniItem {
IniItem(struct IniGroup *parent, const std::string &name);
~IniItem();
- void SetValue(const char *value);
+ void SetValue(const std::string_view value);
};
/** A group within an ini file. */