summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-04-19 16:07:41 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-04-19 16:07:41 +0300
commiteea440b4542747e66c4e16037436acff90d48e22 (patch)
tree6d87609671d95f450f1d5ef5c331f036206725b6 /indra/newview/llfloaterland.h
parent02e1e6de8de13a468ffad7ba05917c1d867e7425 (diff)
SL-10989 Toggle checkbox when clicking 'Avatars on other parcels can see and chat...' label
Diffstat (limited to 'indra/newview/llfloaterland.h')
-rw-r--r--indra/newview/llfloaterland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h
index e846d42666..c7b96f7ba0 100644
--- a/indra/newview/llfloaterland.h
+++ b/indra/newview/llfloaterland.h
@@ -327,6 +327,7 @@ private:
static void onCommitAny(LLUICtrl* ctrl, void *userdata);
static void onClickSet(void* userdata);
static void onClickClear(void* userdata);
+ static void toggleSeeAvatars(void* userdata);
private:
LLCheckBoxCtrl* mCheckEditObjects;