summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-10-24 16:08:55 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-10-24 16:08:55 +0300
commit8c66c73e866e305505afcf264b1d73d22a60b395 (patch)
tree7885e8faed3fbf399a562199aebee17378aa9cd6 /indra/newview/llfloaterpreference.h
parentd41a84c53d905d725901a20842d1de4833fa2c2d (diff)
SL-1828 Indicate that "Allow Multiple Viewers" Preference is unsupported
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index a24b69ddbf..4e51137df5 100644
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -241,6 +241,8 @@ protected:
private:
//for "Only friends and groups can call or IM me"
static void showFriendsOnlyWarning(LLUICtrl*, const LLSD&);
+ //for "Allow Multiple Viewers"
+ static void showMultipleViewersWarning(LLUICtrl*, const LLSD&);
//for "Show my Favorite Landmarks at Login"
static void handleFavoritesOnLoginChanged(LLUICtrl* checkbox, const LLSD& value);