summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FbTk/StringUtil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/StringUtil.cc b/src/FbTk/StringUtil.cc
index 639041b..602211e 100644
--- a/src/FbTk/StringUtil.cc
+++ b/src/FbTk/StringUtil.cc
@@ -195,7 +195,7 @@ string replaceString(const string &original,
195 for the position + 1 in the in-string where the "last"-char value 195 for the position + 1 in the in-string where the "last"-char value
196 was found. 196 was found.
197*/ 197*/
198int getStringBetween(string& out, const char *instr, const char first, const char last, 198int getStringBetween(string& out, const char *instr, char first, char last,
199 const char *ok_chars, bool allow_nesting) { 199 const char *ok_chars, bool allow_nesting) {
200 assert(first); 200 assert(first);
201 assert(last); 201 assert(last);