diff options
author | Richard Linden <none@none> | 2012-07-27 13:38:10 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-27 13:38:10 -0700 |
commit | 1da3e890a6a426113c79513d74e94783c5762409 (patch) | |
tree | 12b2229a9503ea0b1422454a43df6a249350d678 /indra/llui | |
parent | 88f259f7c1aefea197ae8b6c49a79de09feebf5b (diff) |
CHUI-253 FIX Not able to view the contents of a Buy Contents object for sale
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llsdparam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llsdparam.cpp b/indra/llui/llsdparam.cpp index 54c8389772..9f4460a988 100644 --- a/indra/llui/llsdparam.cpp +++ b/indra/llui/llsdparam.cpp @@ -303,7 +303,7 @@ namespace LLInitParam { // LLSD specialization // block param interface - bool ParamValue<LLSD, NOT_BLOCK>::deserializeBlock(Parser& p, Parser::name_stack_range_t name_stack, bool new_name) + bool ParamValue<LLSD, NOT_BLOCK>::deserializeBlock(Parser& p, Parser::name_stack_range_t& name_stack, bool new_name) { if (name_stack.first == name_stack.second && p.readValue<LLSD>(mValue)) |