diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-10 16:54:55 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-10 16:54:55 -0700 |
commit | 2d34dab6a3d3f4b8ad78aee941800fe8f5f27bd1 (patch) | |
tree | bd98a01fc9431fc30c8fea7250d9e183eba31def /indra/llxuixml/llxuiparser.h | |
parent | 0526d673093b2279777dc8be5aae9cc33cb1c822 (diff) |
fixed toolbar serialization
Diffstat (limited to 'indra/llxuixml/llxuiparser.h')
-rw-r--r-- | indra/llxuixml/llxuiparser.h | 2 |
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; |