diff options
Diffstat (limited to 'indra/llui/lltextparser.cpp')
-rw-r--r-- | indra/llui/lltextparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextparser.cpp b/indra/llui/lltextparser.cpp index cc3fcd4d84..227d24a865 100644 --- a/indra/llui/lltextparser.cpp +++ b/indra/llui/lltextparser.cpp @@ -121,7 +121,7 @@ S32 LLTextParser::findPattern(const std::string &text, LLSD highlight) pattern= utf8str_tolower(pattern); } - S32 found=std::string::npos; + size_t found=std::string::npos; switch ((S32)highlight["condition"]) { |