diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llscrollingpanellist.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/llui/llscrollingpanellist.cpp b/linden/indra/llui/llscrollingpanellist.cpp index 05d0c6f..c2afb78 100644 --- a/linden/indra/llui/llscrollingpanellist.cpp +++ b/linden/indra/llui/llscrollingpanellist.cpp | |||
@@ -139,6 +139,16 @@ void LLScrollingPanelList::draw() | |||
139 | } | 139 | } |
140 | 140 | ||
141 | 141 | ||
142 | // virtual | ||
143 | LLXMLNodePtr LLScrollingPanelList::getXML(bool save_children) const | ||
144 | { | ||
145 | LLXMLNodePtr node = LLUICtrl::getXML(); | ||
146 | |||
147 | node->setName(LL_SCROLLING_PANEL_LIST_TAG); | ||
148 | |||
149 | return node; | ||
150 | } | ||
151 | |||
142 | // static | 152 | // static |
143 | LLView* LLScrollingPanelList::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory) | 153 | LLView* LLScrollingPanelList::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory) |
144 | { | 154 | { |