definition should match declaration
This commit is contained in:
parent
69bf3965b7
commit
6645688880
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ string replaceString(const string &original,
|
||||||
for the position + 1 in the in-string where the "last"-char value
|
for the position + 1 in the in-string where the "last"-char value
|
||||||
was found.
|
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) {
|
const char *ok_chars, bool allow_nesting) {
|
||||||
assert(first);
|
assert(first);
|
||||||
assert(last);
|
assert(last);
|
||||||
|
|
Loading…
Reference in a new issue