aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lluistring.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/lluistring.h')
-rw-r--r--linden/indra/llui/lluistring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/lluistring.h b/linden/indra/llui/lluistring.h
index 37792aa..c5d9152 100644
--- a/linden/indra/llui/lluistring.h
+++ b/linden/indra/llui/lluistring.h
@@ -95,6 +95,8 @@ public:
95 void insert(S32 charidx, const LLWString& wchars); 95 void insert(S32 charidx, const LLWString& wchars);
96 void replace(S32 charidx, llwchar wc); 96 void replace(S32 charidx, llwchar wc);
97 97
98 static const LLString::format_map_t sNullArgs;
99
98private: 100private:
99 void format(); 101 void format();
100 102