diff options
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lltrans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltrans.h b/indra/llui/lltrans.h index bdffc75f4f..9bd751fc78 100644 --- a/indra/llui/lltrans.h +++ b/indra/llui/lltrans.h @@ -130,7 +130,7 @@ public: private: typedef std::map<std::string, LLTransTemplate > template_map_t; static template_map_t sStringTemplates; - static template_map_t LLTrans::sDefaultStringTemplates; + static template_map_t sDefaultStringTemplates; static LLStringUtil::format_map_t sDefaultArgs; }; |