summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-04-26 21:26:38 +0100
committerCho <cho@lindenlab.com>2013-04-26 21:26:38 +0100
commite1dbbd0213dd96e28aec2c5e6d9fd821ab144e48 (patch)
treea94229c644f0eb14bfc89e80d84648ec58fc89b5 /indra/newview/llpanelpeople.h
parenta246717b8126f0d4aec9144029c9daba793063d8 (diff)
removed internal browser hack for getting auth code in favor of SLApp-only approach
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 497871bedb..95105309d2 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -62,7 +62,7 @@ public:
static void idle(void * user_data);
- void openFacebookWeb(LLFloaterWebContent::Params& p);
+ void openFacebookWeb(std::string url);
void showFacebookFriends(const LLSD& friends);
void addTestParticipant();
void addParticipantToModel(LLPersonTabModel * session_model, const LLUUID& agent_id, const std::string& name);