diff options
author | James Cook <james@lindenlab.com> | 2010-03-10 20:32:56 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-10 20:32:56 -0800 |
commit | f0d3ea53cd570eeca88df1d0c7d8a73c0877789b (patch) | |
tree | 7cfb648d666fcfeaf7fc5ef2b13bb21870bedc0a /indra/newview/llprogressview.h | |
parent | dbc22bea7bba0c903a5090b24814f97b61a604b6 (diff) | |
parent | dcbf0ab31ba256791e58dfc2aa3bf61609a8a797 (diff) |
Merge latest from viewer-hotfix, including fix for TOS screen
Diffstat (limited to 'indra/newview/llprogressview.h')
-rw-r--r-- | indra/newview/llprogressview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.h b/indra/newview/llprogressview.h index 6853674d88..374b14be83 100644 --- a/indra/newview/llprogressview.h +++ b/indra/newview/llprogressview.h @@ -44,7 +44,7 @@ class LLProgressBar; class LLProgressView : public LLPanel { public: - LLProgressView(const LLRect& rect); + LLProgressView(); virtual ~LLProgressView(); BOOL postBuild(); |