diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-03-30 18:29:33 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-03-30 18:29:33 +0300 |
commit | 322320a90fdfa61341090bd638cef0679bfc84b5 (patch) | |
tree | 72db7dc647909a581ba3398132c46094cd426ab9 /indra/newview/llfloaterland.h | |
parent | 0d280ae11299f54eb81f7e978bf40fcb8d1f58fe (diff) |
SL-16668 Enable/disable appropriate menu items in context menu
Diffstat (limited to 'indra/newview/llfloaterland.h')
-rw-r--r-- | indra/newview/llfloaterland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h index 5d9b411f04..684950d88b 100644 --- a/indra/newview/llfloaterland.h +++ b/indra/newview/llfloaterland.h @@ -413,6 +413,7 @@ protected: private: LLUUID mLastRegionID; F64 mNextUpdateTime; //seconds since client start + LLTextBox* mTextEstateOwner; }; #endif |