diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h index 3c6cd43..bab89b1 100644 --- a/linden/indra/llcommon/llstring.h +++ b/linden/indra/llcommon/llstring.h | |||
@@ -209,7 +209,7 @@ public: | |||
209 | ///////////////////////////////////////////////////////////////////////////////////////// | 209 | ///////////////////////////////////////////////////////////////////////////////////////// |
210 | // Static Utility functions that operate on std::strings | 210 | // Static Utility functions that operate on std::strings |
211 | 211 | ||
212 | static std::basic_string<T> null; | 212 | static std::basic_string<T> const null; |
213 | 213 | ||
214 | typedef std::map<LLFormatMapString, LLFormatMapString> format_map_t; | 214 | typedef std::map<LLFormatMapString, LLFormatMapString> format_map_t; |
215 | static S32 format(std::basic_string<T>& s, const format_map_t& fmt_map); | 215 | static S32 format(std::basic_string<T>& s, const format_map_t& fmt_map); |
@@ -299,7 +299,7 @@ public: | |||
299 | 299 | ||
300 | }; | 300 | }; |
301 | 301 | ||
302 | template<class T> std::basic_string<T> LLStringUtilBase<T>::null; | 302 | template<class T> std::basic_string<T> const LLStringUtilBase<T>::null; |
303 | 303 | ||
304 | typedef LLStringUtilBase<char> LLStringUtil; | 304 | typedef LLStringUtilBase<char> LLStringUtil; |
305 | typedef LLStringUtilBase<llwchar> LLWStringUtil; | 305 | typedef LLStringUtilBase<llwchar> LLWStringUtil; |