summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2007-12-29 01:40:57 +0000
committerJosh Bell <josh@lindenlab.com>2007-12-29 01:40:57 +0000
commitd06e5e3519f13197dd62bfbabf76f7efcc3d7a79 (patch)
tree62b363ba11a3cc7dd78343e63ad440284f0252f3 /indra/newview/llstatusbar.h
parent79680891a73be074aa449a9ccdf695b0afd300d8 (diff)
svn merge -r 76642:76643 svn+ssh://svn.lindenlab.com/svn/linden/qa/maintenance-4-merge-76640
Redo of QAR-170, with correct range. Reviewed by CG.
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r--indra/newview/llstatusbar.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h
index 88a97ba71a..d0f3e66fa9 100644
--- a/indra/newview/llstatusbar.h
+++ b/indra/newview/llstatusbar.h
@@ -48,9 +48,21 @@ class LLFrameTimer;
class LLStatGraph;
// used by LCD screen
-class cLLRegionDetails
+class LLRegionDetails
{
public:
+ LLRegionDetails()
+ {
+ mRegionName = LLString("Unknown");
+ mParcelName = "Unknown";
+ mAccesString = "Unknown";
+ mX = 0;
+ mY = 0;
+ mZ = 0;
+ mArea = 0;
+ mForSale = FALSE;
+ snprintf(mOwner, MAX_STRING, "Unknown");
+ }
LLString mRegionName;
char *mParcelName;
char *mAccesString;
@@ -100,7 +112,7 @@ public:
S32 getSquareMetersCredit() const;
S32 getSquareMetersCommitted() const;
S32 getSquareMetersLeft() const;
- cLLRegionDetails mRegionDetails;
+ LLRegionDetails mRegionDetails;
private:
// simple method to setup the part that holds the date