diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-05-09 04:39:03 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-05-09 04:39:03 +0000 |
commit | dbe0176552e070baef9a693252cb47dda97d1fb4 (patch) | |
tree | 8aaf4328e561ccfd21890f21a4d47a4d60922ec5 /indra/newview/llpanelgroupgeneral.h | |
parent | 1bad68eb4b7d712b02cbd4b74639fcf265983c8d (diff) |
QAR-565 search-milestone2-merge (more web tabs in search)
dataserver-is-deprecated
Diffstat (limited to 'indra/newview/llpanelgroupgeneral.h')
-rw-r--r-- | indra/newview/llpanelgroupgeneral.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupgeneral.h b/indra/newview/llpanelgroupgeneral.h index ab1ccef89e..056d288094 100644 --- a/indra/newview/llpanelgroupgeneral.h +++ b/indra/newview/llpanelgroupgeneral.h @@ -58,6 +58,7 @@ public: virtual bool apply(LLString& mesg); virtual void cancel(); static void createGroupCallback(S32 option, void* user_data); + static void callbackConfirmMatureApply(S32 option, void* data); virtual void update(LLGroupChange gc); @@ -80,6 +81,7 @@ private: void updateMembers(); void updateChanged(); + void confirmMatureApply(S32 option); BOOL mPendingMemberUpdate; BOOL mChanged; @@ -101,7 +103,6 @@ private: // Options (include any updates in updateChanged) LLCheckBoxCtrl *mCtrlShowInGroupList; - LLCheckBoxCtrl *mCtrlMature; LLCheckBoxCtrl *mCtrlOpenEnrollment; LLCheckBoxCtrl *mCtrlEnrollmentFee; LLSpinCtrl *mSpinEnrollmentFee; @@ -109,6 +110,7 @@ private: LLCheckBoxCtrl *mCtrlListGroup; LLTextBox *mActiveTitleLabel; LLComboBox *mComboActiveTitle; + LLComboBox *mComboMature; LLGroupMgrGroupData::member_list_t::iterator mMemberProgress; }; |