summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-08-07 18:45:50 -0700
committerMerov Linden <merov@lindenlab.com>2013-08-07 18:45:50 -0700
commit77baf98d12c75621f8b1d69824abf01b9aa260f7 (patch)
tree32134569a8492a4ae7a71ac9319f9fd8256aaf50 /indra/newview/llfloatersocial.h
parent9167198312ac98f02640ecc3c445fa721413febd (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.h2
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