From 3ac017d797695e048f8f7b1fb894fcecbd10ea64 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 21 Jan 2015 19:56:02 +0200 Subject: MAINT-1722 FIXED Massive slowdown when opening "Place Profile" or "About Land" dialog --- indra/newview/llfloaterland.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llfloaterland.h') 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& 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& mParcel; + +private: + LLUUID mLastRegionID; + F64 mNextUpdateTime; //seconds since client start }; #endif -- cgit v1.2.3