--- trunk/src/utils/StringUtils.cpp 2008/10/15 18:26:01 1304 +++ trunk/src/utils/StringUtils.cpp 2008/10/16 18:17:41 1305 @@ -91,7 +91,7 @@ namespace oopse { return (str); } - int findBegin(std::istream &theStream, char* startText ){ + int findBegin(std::istream &theStream, const char* startText ){ const int MAXLEN = 1024; char readLine[MAXLEN]; int foundText = 0;