diff options
author | Cho <cho@lindenlab.com> | 2013-04-26 21:26:38 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-04-26 21:26:38 +0100 |
commit | e1dbbd0213dd96e28aec2c5e6d9fd821ab144e48 (patch) | |
tree | a94229c644f0eb14bfc89e80d84648ec58fc89b5 /indra/newview/llpanelpeople.h | |
parent | a246717b8126f0d4aec9144029c9daba793063d8 (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.h | 2 |
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); |