summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-05-29 01:31:48 +0100
committerCho <cho@lindenlab.com>2013-05-29 01:31:48 +0100
commitff291257886badc495d04d59f78cfc9858964702 (patch)
tree64577ef8210747914f4df2eb9febffeed05088d5 /indra/newview/llfacebookconnect.h
parent1c740dfb516aa03ea07d37f12de8a98b94be9572 (diff)
updated postCheckinMessage to use new parameters and new route path
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r--indra/newview/llfacebookconnect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h
index f151dd95c1..8886630222 100644
--- a/indra/newview/llfacebookconnect.h
+++ b/indra/newview/llfacebookconnect.h
@@ -46,7 +46,7 @@ public:
void getConnectionToFacebook();
void loadFacebookFriends();
- void postCheckinMessage(const std::string& message, const std::string& url);
+ void postCheckinMessage(const std::string& message, const std::string& link, const std::string& name, const std::string& caption, const std::string& description, const std::string& picture);
void clearContent();
void storeContent(const LLSD& content);