From c17d74a59f10ad1fb9f9a7da2811688ff2944afa Mon Sep 17 00:00:00 2001 From: Mm Alder Date: Sun, 3 Jan 2010 14:40:37 -0500 Subject: VWR-15310 Save to XML doesn't set proper XML tags --- linden/indra/llui/llprogressbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/llui/llprogressbar.h') 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: void setColorShadow(const LLColor4 &c); void setColorBackground(const LLColor4 &c); + virtual LLXMLNodePtr getXML(bool save_children = true) const; static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); /*virtual*/ void draw(); -- cgit v1.1