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 f7cff8f..fc1b75f 100644
--- a/linden/indra/llui/lllineeditor.h
+++ b/linden/indra/llui/lllineeditor.h
@@ -386,6 +386,7 @@ public:
386 386
387 /*virtual*/ void draw(); 387 /*virtual*/ void draw();
388 388
389 virtual LLXMLNodePtr getXML(bool save_children = true) const;
389 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); 390 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory);
390 391
391 void setText(const LLStringExplicit &new_text) { mSearchEdit->setText(new_text); } 392 void setText(const LLStringExplicit &new_text) { mSearchEdit->setText(new_text); }