diff options
Diffstat (limited to 'indra/newview/llgrouplist.h')
-rw-r--r-- | indra/newview/llgrouplist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llgrouplist.h b/indra/newview/llgrouplist.h index a85e20d819..5d4bb7bed2 100644 --- a/indra/newview/llgrouplist.h +++ b/indra/newview/llgrouplist.h @@ -123,11 +123,14 @@ private: void setBold(bool bold); void onInfoBtnClick(); void onProfileBtnClick(); + void onVisibilityBtnClick(); LLTextBox* mGroupNameBox; LLUUID mGroupID; LLGroupIconCtrl* mGroupIcon; - LLButton* mInfoBtn; + LLButton* mInfoBtn; + LLButton* mProfileBtn; + LLButton* mVisibilityBtn; std::string mGroupName; bool mForAgent; |