summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerparcelmgr.h
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2007-10-17 22:09:27 +0000
committerChristian Goetze <cg@lindenlab.com>2007-10-17 22:09:27 +0000
commitaa8b0cbe690eef9ed4fb7f6f9e8cc75a0a073d76 (patch)
tree38f24f3ca670cdf3bb232b7bd9b134d606037614 /indra/newview/llviewerparcelmgr.h
parent788c18c00db8dabdbcdc0ab1af2cf35c24eec8e9 (diff)
QAR-25 svn merge -r71797:71803 svn+ssh://svn/svn/linden/branches/logitech_lcd_4
Diffstat (limited to 'indra/newview/llviewerparcelmgr.h')
-rw-r--r--indra/newview/llviewerparcelmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerparcelmgr.h b/indra/newview/llviewerparcelmgr.h
index 58a7067da4..2dd4f28169 100644
--- a/indra/newview/llviewerparcelmgr.h
+++ b/indra/newview/llviewerparcelmgr.h
@@ -130,6 +130,7 @@ public:
F32 getSelectionHeight() const { return F32(mEastNorth.mdV[VY] - mWestSouth.mdV[VY]); }
BOOL getSelection(LLVector3d &min, LLVector3d &max) { min = mWestSouth; max = mEastNorth; return !selectionEmpty();}
LLViewerRegion* getSelectionRegion();
+ F32 getDwelling() const { return mSelectedDwell;}
void getDisplayInfo(S32* area, S32* claim, S32* rent, BOOL* for_sale, F32* dwell);