diff options
Diffstat (limited to 'linden/indra/newview/llpanelgroupgeneral.h')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.h b/linden/indra/newview/llpanelgroupgeneral.h index c4572e2..9e39125 100644 --- a/linden/indra/newview/llpanelgroupgeneral.h +++ b/linden/indra/newview/llpanelgroupgeneral.h | |||
@@ -76,6 +76,7 @@ private: | |||
76 | static void onClickInfo(void* userdata); | 76 | static void onClickInfo(void* userdata); |
77 | static void onReceiveNotices(LLUICtrl* ctrl, void* data); | 77 | static void onReceiveNotices(LLUICtrl* ctrl, void* data); |
78 | static void openProfile(void* data); | 78 | static void openProfile(void* data); |
79 | static void onClickCopyLink(void* userdata); | ||
79 | 80 | ||
80 | static bool joinDlgCB(const LLSD& notification, const LLSD& response); | 81 | static bool joinDlgCB(const LLSD& notification, const LLSD& response); |
81 | 82 | ||
@@ -98,6 +99,7 @@ private: | |||
98 | LLTextEditor *mEditCharter; | 99 | LLTextEditor *mEditCharter; |
99 | LLButton *mBtnJoinGroup; | 100 | LLButton *mBtnJoinGroup; |
100 | LLButton *mBtnInfo; | 101 | LLButton *mBtnInfo; |
102 | LLButton *mBtnCopyLink; | ||
101 | 103 | ||
102 | LLNameListCtrl *mListVisibleMembers; | 104 | LLNameListCtrl *mListVisibleMembers; |
103 | 105 | ||