Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/inifile.h')
-rw-r--r--src/filesystem/inifile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesystem/inifile.h b/src/filesystem/inifile.h
index ba7eb6a..632d432 100644
--- a/src/filesystem/inifile.h
+++ b/src/filesystem/inifile.h
@@ -58,7 +58,7 @@ public:
}
/// check if the last read key=value pair matches keylabel and store the value in valuestring
- bool got_key_string(char * const keylabel, std::string & valuestring);
+ bool got_key_string(const char * keylabel, std::string & valuestring);
inline unsigned int line() const {
return line_number;