diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-21 15:15:59 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-21 15:15:59 -0700 |
commit | b7aa6803a1f34de0cce9a88f9ecd9c7827c4bb52 (patch) | |
tree | c2d2297e01304813ccd6fb5e5cfc770e8bbff32f /indra/newview/llpanelobject.h | |
parent | eebf9cc271ccf93e2e271ef67d0eeda3eeba448e (diff) |
PATH-199: Adding a non-interactive checkbox to the build tools floater.
Diffstat (limited to 'indra/newview/llpanelobject.h')
-rw-r--r-- | indra/newview/llpanelobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobject.h b/indra/newview/llpanelobject.h index 8c94c99151..b606ef5044 100644 --- a/indra/newview/llpanelobject.h +++ b/indra/newview/llpanelobject.h @@ -152,6 +152,7 @@ protected: LLCheckBoxCtrl *mCheckPhysics; LLCheckBoxCtrl *mCheckTemporary; LLCheckBoxCtrl *mCheckPhantom; + LLCheckBoxCtrl *mCheckPermanent; LLTextureCtrl *mCtrlSculptTexture; LLTextBox *mLabelSculptType; |