diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-02-05 16:23:13 +0000 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-02-05 16:23:13 +0000 |
commit | fc9099a0faef9f077b7986651f953998d6b9ac0c (patch) | |
tree | d192c0e25d250c20faae00519ce3decb0d099340 /indra/newview/llpanelavatar.h | |
parent | da44a78e6a899324ca9dad6bae6e0d6fc8b73dcb (diff) | |
parent | 166ac89de9bcf951103cbf2551a133ebe9e43035 (diff) |
merge
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h index 632590aa27..52b4255e34 100644 --- a/indra/newview/llpanelavatar.h +++ b/indra/newview/llpanelavatar.h @@ -259,8 +259,8 @@ private: }; /** -* Panel for displaying Avatar's notes and modifying friend's rights. -*/ + * Panel for displaying Avatar's notes and modifying friend's rights. + */ class LLPanelAvatarNotes : public LLPanelProfileTab , public LLFriendObserver @@ -311,6 +311,7 @@ protected: void onCallButtonClick(); void onTeleportButtonClick(); void onShareButtonClick(); + void enableCheckboxes(bool enable); }; #endif // LL_LLPANELAVATAR_H |