diff options
Diffstat (limited to 'linden/indra/llui/llprogressbar.h')
-rw-r--r-- | linden/indra/llui/llprogressbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llprogressbar.h b/linden/indra/llui/llprogressbar.h index 00ad61d..5e02c3b 100644 --- a/linden/indra/llui/llprogressbar.h +++ b/linden/indra/llui/llprogressbar.h | |||
@@ -53,6 +53,7 @@ public: | |||
53 | void setColorShadow(const LLColor4 &c); | 53 | void setColorShadow(const LLColor4 &c); |
54 | void setColorBackground(const LLColor4 &c); | 54 | void setColorBackground(const LLColor4 &c); |
55 | 55 | ||
56 | virtual LLXMLNodePtr getXML(bool save_children = true) const; | ||
56 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); | 57 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |
57 | 58 | ||
58 | /*virtual*/ void draw(); | 59 | /*virtual*/ void draw(); |