diff options
Diffstat (limited to 'linden/indra/llcommon/llstring.h')
-rw-r--r-- | linden/indra/llcommon/llstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h index 61767ac..1717479 100644 --- a/linden/indra/llcommon/llstring.h +++ b/linden/indra/llcommon/llstring.h | |||
@@ -175,6 +175,8 @@ public: | |||
175 | 175 | ||
176 | static S32 collate(const char* a, const char* b) { return strcoll(a, b); } | 176 | static S32 collate(const char* a, const char* b) { return strcoll(a, b); } |
177 | static S32 collate(const llwchar* a, const llwchar* b); | 177 | static S32 collate(const llwchar* a, const llwchar* b); |
178 | |||
179 | static bool isHexString(const std::string& str); | ||
178 | }; | 180 | }; |
179 | 181 | ||
180 | /** | 182 | /** |