--- trunk/src/utils/StringUtils.hpp 2006/08/30 18:42:29 1024 +++ trunk/src/utils/StringUtils.hpp 2008/10/16 18:17:41 1305 @@ -49,6 +49,7 @@ #ifndef UTILS_STRINGUTILS_HPP #define UTILS_STRINGUTILS_HPP #include +#include #include #include #include @@ -83,7 +84,7 @@ namespace oopse { * * @return the line number of the block within the theStream */ - int findBegin(std::istream &theStream, char* startText ); + int findBegin(std::istream &theStream, const char* startText ); /** * Counts the number of tokens on line which are delimited by the characters