aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/lllineeditor.h')
-rw-r--r--linden/indra/llui/lllineeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/lllineeditor.h b/linden/indra/llui/lllineeditor.h
index a670b21..e488165 100644
--- a/linden/indra/llui/lllineeditor.h
+++ b/linden/indra/llui/lllineeditor.h
@@ -385,6 +385,7 @@ public:
385 385
386 /*virtual*/ void draw(); 386 /*virtual*/ void draw();
387 387
388 virtual LLXMLNodePtr getXML(bool save_children = true) const;
388 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); 389 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory);
389 390
390 void setText(const LLStringExplicit &new_text) { mSearchEdit->setText(new_text); } 391 void setText(const LLStringExplicit &new_text) { mSearchEdit->setText(new_text); }