definition should match declaration

This commit is contained in:
Mathias Gumz 2009-10-03 13:53:13 +02:00
parent 69bf3965b7
commit 6645688880

View file

@ -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);