summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfacebook.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-12-11 21:46:17 -0800
committerMerov Linden <merov@lindenlab.com>2013-12-11 21:46:17 -0800
commit26a6668fb23ce289b67154ba3e3ac35f25a54978 (patch)
tree9f7c7310c55d95d2525e96551892d451e0f15619 /indra/newview/llfloaterfacebook.h
parent11e3f8c3a1209c17814d90978a1c0b80225bc122 (diff)
ACME-1233 : Set the quality for jpeg images send to Facebook correctly
Diffstat (limited to 'indra/newview/llfloaterfacebook.h')
-rw-r--r--indra/newview/llfloaterfacebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfacebook.h b/indra/newview/llfloaterfacebook.h
index ab6420264b..0776f24034 100644
--- a/indra/newview/llfloaterfacebook.h
+++ b/indra/newview/llfloaterfacebook.h
@@ -88,6 +88,8 @@ private:
LLUICtrl * mLocationCheckbox;
LLUICtrl * mPostButton;
LLUICtrl* mCancelButton;
+
+ S32 mQuality; // Compression quality
};
class LLFacebookCheckinPanel : public LLPanel