X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Finput.cc;h=80a5f876edbedc7cecd26dba13e0573706db2618;hp=1ef953d2be2cc95f7461aa8dd739b4fc8399ff2c;hb=139f54779f6395a1828261423cd8013ca940ff36;hpb=00929a1561b0f510a582f9876affa96e4fccb72a diff --git a/idlcomp/input.cc b/idlcomp/input.cc index 1ef953d..80a5f87 100644 --- a/idlcomp/input.cc +++ b/idlcomp/input.cc @@ -271,7 +271,7 @@ StrList::StrList(const String *input, char delimeter) const char *cur = input->c_str(); do { - char *next = strchr(cur, delimeter); + const char *next = strchr(cur, delimeter); String *s = new String(); s->token = TOK_IDENT;