summaryrefslogtreecommitdiff
path: root/indra/llxuixml/llxuiparser.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-13 12:51:34 -0700
committerRichard Linden <none@none>2012-04-13 12:51:34 -0700
commit5b4990ce6a7fbf5d757e86362d134061fa54a1e9 (patch)
tree68283c08e88b0b001b9a73faa2a920a30f5e6cec /indra/llxuixml/llxuiparser.cpp
parent61d202a15d70ec56e46bca2edadd49cfd5cbb956 (diff)
more LLInitParam cleanup
cleaned up typedefs, and hid those that aren't part of the interface
Diffstat (limited to 'indra/llxuixml/llxuiparser.cpp')
-rw-r--r--indra/llxuixml/llxuiparser.cpp2
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;