diff options
author | Oz Linden <oz@lindenlab.com> | 2015-04-14 05:00:58 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-04-14 05:00:58 -0400 |
commit | bef5a95cafdf6e20a243f4091b4fbcf426fb529b (patch) | |
tree | b13c842935166c0fef7ce9a174782f6ce7c8657c /indra/llui | |
parent | a8ef2525711f1f9312c1c9ebb8f137f4d25e659a (diff) |
minimal changes to compile on Xcode 6.2
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llurlregistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlregistry.cpp b/indra/llui/llurlregistry.cpp index 88d2c4639d..4fc79964e2 100755 --- a/indra/llui/llurlregistry.cpp +++ b/indra/llui/llurlregistry.cpp @@ -191,7 +191,7 @@ bool LLUrlRegistry::findUrl(const std::string &text, LLUrlMatch &match, const LL if (start < match_start || match_entry == NULL) { - if((mLLUrlEntryInvalidSLURL == *it)) + if (mLLUrlEntryInvalidSLURL == *it) { if(url_entry && url_entry->isSLURLvalid(text.substr(start, end - start + 1))) { |