summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-01-21 19:56:02 +0200
committerandreykproductengine <akleshchev@productengine.com>2015-01-21 19:56:02 +0200
commit3ac017d797695e048f8f7b1fb894fcecbd10ea64 (patch)
treeeeaf5ae051565517da6796a6f5b62bde764635b6 /indra/newview/llfloaterland.h
parent96af4b867ff5b09dc2a9125ff40ce4f27254a070 (diff)
MAINT-1722 FIXED Massive slowdown when opening "Place Profile" or "About Land" dialog
Diffstat (limited to 'indra/newview/llfloaterland.h')
-rwxr-xr-xindra/newview/llfloaterland.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h
index 1d9bd33720..92439b69a0 100755
--- a/indra/newview/llfloaterland.h
+++ b/indra/newview/llfloaterland.h
@@ -391,6 +391,7 @@ class LLPanelLandCovenant
public:
LLPanelLandCovenant(LLSafeHandle<LLParcelSelection>& parcelp);
virtual ~LLPanelLandCovenant();
+ virtual BOOL postBuild();
void refresh();
static void updateCovenantText(const std::string& string);
static void updateEstateName(const std::string& name);
@@ -399,6 +400,10 @@ public:
protected:
LLSafeHandle<LLParcelSelection>& mParcel;
+
+private:
+ LLUUID mLastRegionID;
+ F64 mNextUpdateTime; //seconds since client start
};
#endif