diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-01-31 12:13:07 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-01-31 12:13:07 +0200 |
commit | 25e19c0e6f1d6dfc21f3c1695e0d6bfcec6a8ee9 (patch) | |
tree | 9edb4948994649073a1c15c5128cba1d99b29502 | |
parent | 22050467f5ec42b30e98d7bd59dd0ca617b259e4 (diff) |
build fix
-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; }; |