diff options
author | Richard Linden <none@none> | 2012-04-13 14:01:28 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-04-13 14:01:28 -0700 |
commit | 65b25bd909251c91a384b8a05efe68d9415e0acf (patch) | |
tree | 7c9d5cf6222205c5f000cfc491fe7bb87e679471 /indra/llxuixml/llxuiparser.cpp | |
parent | 3fdcb8751a1f36dbce9d7a3fd1d785160d356d3a (diff) | |
parent | 5b4990ce6a7fbf5d757e86362d134061fa54a1e9 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/llxuixml/llxuiparser.cpp')
-rw-r--r-- | indra/llxuixml/llxuiparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/llxuiparser.cpp b/indra/llxuixml/llxuiparser.cpp index ce8c8411ea..2e1f8888d0 100644 --- a/indra/llxuixml/llxuiparser.cpp +++ b/indra/llxuixml/llxuiparser.cpp @@ -343,7 +343,7 @@ void LLXSDWriter::writeXSD(const std::string& type_name, LLXMLNodePtr node, cons { Schema schema(xml_namespace); - schema.root_element.super_t::param_value_t::name = type_name; + schema.root_element.name = type_name; Choice& choice = schema.root_element.complexType.choice; choice.minOccurs = 0; |