diff options
| author | Loren Shih <seraph@lindenlab.com> | 2009-12-08 13:30:25 -0500 | 
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2009-12-08 13:30:25 -0500 | 
| commit | 65123f20de0c94afca51fc58cd199ee5cad0c6f1 (patch) | |
| tree | d59b41226b590e0a7d29d8b906146547db96753b | |
| parent | ef35d12ec0d4d011fe3d6312da186d7e35886d99 (diff) | |
Incorporated code formatting cleanup from llsidepaneltaskinfo into llpanelpermissions.
No functionality changes.
--HG--
branch : avatar-pipeline
| -rw-r--r-- | indra/newview/llpanelpermissions.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/newview/llpanelpermissions.h b/indra/newview/llpanelpermissions.h index 805a4dbe97..38d3be532f 100644 --- a/indra/newview/llpanelpermissions.h +++ b/indra/newview/llpanelpermissions.h @@ -84,6 +84,9 @@ protected:  	static void onCommitIncludeInSearch(LLUICtrl* ctrl, void*);  protected: +	void disableAll(); +	 +private:  	LLNameBox*		mLabelGroupName;		// group name  	LLUUID			mCreatorID; | 
