summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-01-31 12:13:07 +0200
committermaxim_productengine <mnikolenko@productengine.com>2018-01-31 12:13:07 +0200
commit25e19c0e6f1d6dfc21f3c1695e0d6bfcec6a8ee9 (patch)
tree9edb4948994649073a1c15c5128cba1d99b29502 /indra/llui
parent22050467f5ec42b30e98d7bd59dd0ca617b259e4 (diff)
build fix
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltrans.h2
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;
};