summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-21 12:45:20 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-21 12:45:20 -0700
commitba8bced90b0a3e5126e3274ac4d8a9f611a9ded8 (patch)
treed6407ad579d510e8f5f1159dd4628361eb986e1e /indra/newview/llfloatersocial.h
parent824a5c65f57ae0fa2cce99ade156341fcf8daf5a (diff)
ACME-588 Make 'Post' button post to facebook: Intial commit is just adding callback for clicking the post button
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 b120fe5804..e946ce7559 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -29,11 +29,18 @@
#include "llfloater.h"
+class LLSocialPhotoPanel : public LLPanel
+{
+ public:
+ LLSocialPhotoPanel();
+ void onSend();
+};
class LLFloaterSocial : public LLFloater
{
public:
LLFloaterSocial(const LLSD& key);
+ BOOL postBuild();
};
#endif // LL_LLFLOATERSOCIAL_H