diff options
Diffstat (limited to 'linden/indra/llui/llkeywords.cpp')
-rw-r--r-- | linden/indra/llui/llkeywords.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llkeywords.cpp b/linden/indra/llui/llkeywords.cpp index 1d157d2..d5d0d23 100644 --- a/linden/indra/llui/llkeywords.cpp +++ b/linden/indra/llui/llkeywords.cpp | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | const U32 KEYWORD_FILE_CURRENT_VERSION = 2; | 42 | const U32 KEYWORD_FILE_CURRENT_VERSION = 2; |
43 | 43 | ||
44 | inline BOOL LLKeywordToken::isHead(const llwchar* s) | 44 | inline BOOL LLKeywordToken::isHead(const llwchar* s) const |
45 | { | 45 | { |
46 | // strncmp is much faster than string compare | 46 | // strncmp is much faster than string compare |
47 | BOOL res = TRUE; | 47 | BOOL res = TRUE; |