diff options
Diffstat (limited to 'indra/newview/llnamelistctrl.h')
-rw-r--r-- | indra/newview/llnamelistctrl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llnamelistctrl.h b/indra/newview/llnamelistctrl.h index e6efd4e7e1..c49a163ba8 100644 --- a/indra/newview/llnamelistctrl.h +++ b/indra/newview/llnamelistctrl.h @@ -50,8 +50,7 @@ public: S32 name_column_index = 0, const LLString& tooltip = LLString::null); virtual ~LLNameListCtrl(); - virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_NAME_LIST; } - virtual LLString getWidgetTag() const { return LL_NAME_LIST_CTRL_TAG; } + virtual LLXMLNodePtr getXML(bool save_children = true) const; static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |