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