summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-06-25 00:26:10 +0100
committerCho <cho@lindenlab.com>2013-06-25 00:26:10 +0100
commit68fa34965daa5bd65aea5cb1f4dc4554e7d9f70f (patch)
tree98ab32845214fe62832c42588dedb63345bf1a28 /indra/newview/llfloatersocial.h
parent37fcb81c4ab8806a52ef747e6a3047fff2d6eccf (diff)
made status update actually post to Facebook, for ACME-569 and ACME-573
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index aee7f2f060..561aefa111 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -29,6 +29,13 @@
#include "llfloater.h"
+class LLSocialStatusPanel : public LLPanel
+{
+public:
+ LLSocialStatusPanel();
+ void onSend();
+};
+
class LLSocialPhotoPanel : public LLPanel
{
public: