From 6645688880667e08537a8630d09af03fc1c2d083 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Sat, 3 Oct 2009 13:53:13 +0200 Subject: definition should match declaration --- src/FbTk/StringUtil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, for the position + 1 in the in-string where the "last"-char value was found. */ -int getStringBetween(string& out, const char *instr, const char first, const char last, +int getStringBetween(string& out, const char *instr, char first, char last, const char *ok_chars, bool allow_nesting) { assert(first); assert(last); -- cgit v0.11.2