summaryrefslogtreecommitdiff
path: root/indra/llxuixml/llxuiparser.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-10 16:54:55 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-10 16:54:55 -0700
commit2d34dab6a3d3f4b8ad78aee941800fe8f5f27bd1 (patch)
treebd98a01fc9431fc30c8fea7250d9e183eba31def /indra/llxuixml/llxuiparser.h
parent0526d673093b2279777dc8be5aae9cc33cb1c822 (diff)
fixed toolbar serialization
Diffstat (limited to 'indra/llxuixml/llxuiparser.h')
-rw-r--r--indra/llxuixml/llxuiparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/llxuiparser.h b/indra/llxuixml/llxuiparser.h
index e0402523da..d7cd256967 100644
--- a/indra/llxuixml/llxuiparser.h
+++ b/indra/llxuixml/llxuiparser.h
@@ -157,7 +157,7 @@ private:
// Root of the widget XML sub-tree, for example, "line_editor"
LLXMLNodePtr mWriteRootNode;
- typedef std::map<S32, LLXMLNodePtr> out_nodes_t;
+ typedef std::map<std::string, LLXMLNodePtr> out_nodes_t;
out_nodes_t mOutNodes;
LLXMLNodePtr mLastWrittenChild;
S32 mCurReadDepth;