diff options
Diffstat (limited to 'indra/llui/lluistring.cpp')
-rw-r--r-- | indra/llui/lluistring.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lluistring.cpp b/indra/llui/lluistring.cpp index 8c5b587158..900a867164 100644 --- a/indra/llui/lluistring.cpp +++ b/indra/llui/lluistring.cpp @@ -10,6 +10,9 @@ #include "lluistring.h" +const LLString::format_map_t LLUIString::sNullArgs; + + // public LLUIString::LLUIString(const LLString& instring, const LLString::format_map_t& args) |