diff options
author | Richard Linden <none@none> | 2012-04-26 15:30:08 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-04-26 15:30:08 -0700 |
commit | 28d5727cecdad638202106fd1289bee25c0f97bd (patch) | |
tree | 77f0b78dd9b802effb578f206efa4a88275dde6e /indra/llxuixml/llinitparam.h | |
parent | a0bb55adc6ff26595f20bed12cb6f1565011e246 (diff) |
post-merge build fixes
Diffstat (limited to 'indra/llxuixml/llinitparam.h')
-rw-r--r-- | indra/llxuixml/llinitparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llxuixml/llinitparam.h b/indra/llxuixml/llinitparam.h index 2c854d8287..29f4a09cb7 100644 --- a/indra/llxuixml/llinitparam.h +++ b/indra/llxuixml/llinitparam.h @@ -1405,7 +1405,7 @@ namespace LLInitParam return *this; } - self_t& add(const typename named_value_lookup_t::name_t& name) + self_t& add(const typename named_value_t::name_t& name) { value_t value; @@ -1612,7 +1612,7 @@ namespace LLInitParam return *this; } - self_t& add(const typename named_value_lookup_t::name_t& name) + self_t& add(const typename named_value_t::name_t& name) { value_t value; |