diff options
author | Merov Linden <merov@lindenlab.com> | 2013-08-07 18:45:50 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-08-07 18:45:50 -0700 |
commit | 77baf98d12c75621f8b1d69824abf01b9aa260f7 (patch) | |
tree | 32134569a8492a4ae7a71ac9319f9fd8256aaf50 /indra/newview/llfloatersocial.h | |
parent | 9167198312ac98f02640ecc3c445fa721413febd (diff) |
ACME-820 : Let checkin checkbox be available and swap tile map / default tile when toggling
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index e7ad9ac12e..bbe07c9704 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -110,9 +110,9 @@ private: LLUICtrl* mMessageTextEditor; LLUICtrl* mMapLoadingIndicator; LLIconCtrl* mMapPlaceholder; + LLIconCtrl* mMapDefault; LLCheckBoxCtrl* mMapCheckBox; bool mReloadingMapTexture; - bool mMapCheckBoxValue; }; class LLSocialAccountPanel : public LLPanel |