summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-10-03 11:53:13 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-10-03 11:53:13 (GMT)
commit6645688880667e08537a8630d09af03fc1c2d083 (patch)
tree72350526fc8960b9d1a41db8e2f37d5a3e8fe0a7
parent69bf3965b74a4d0435179f0e1095339384e81b2c (diff)
downloadfluxbox_lack-6645688880667e08537a8630d09af03fc1c2d083.zip
fluxbox_lack-6645688880667e08537a8630d09af03fc1c2d083.tar.bz2
definition should match declaration
-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);