diff options
Diffstat (limited to 'indra/llui/lltextbox.h')
-rw-r--r-- | indra/llui/lltextbox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/lltextbox.h b/indra/llui/lltextbox.h index ce3a9bb12e..91d47795a5 100644 --- a/indra/llui/lltextbox.h +++ b/indra/llui/lltextbox.h @@ -57,8 +57,7 @@ public: LLTextBox(const LLString& name_and_label); virtual ~LLTextBox() {} - virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_TEXT_BOX; } - virtual LLString getWidgetTag() const { return LL_TEXT_BOX_TAG; } + virtual LLXMLNodePtr getXML(bool save_children = true) const; static LLView* fromXML(LLXMLNodePtr node, LLView *parent, class LLUICtrlFactory *factory); |