summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-05-13 18:29:28 -0700
committerMerov Linden <merov@lindenlab.com>2013-05-13 18:29:28 -0700
commitdbef09a2bb629cf6001a3963f6899bcac53b7774 (patch)
tree3168f4c06519c89df418f02e908f5d8df6bada39 /indra/newview/llfacebookconnect.h
parentcc87c6785258cb04f11cb79ce2e9899d33f11e03 (diff)
ACME-344 : Menu hooked up. Readded the missing completedHeader() methods in responder that I mistakenly took out during the refactor.
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r--indra/newview/llfacebookconnect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h
index 691aaa9131..8036c9ce3e 100644
--- a/indra/newview/llfacebookconnect.h
+++ b/indra/newview/llfacebookconnect.h
@@ -55,6 +55,7 @@ public:
bool getConnected() { return mConnectedToFbc; }
S32 generation() { return mGeneration; }
+ void openFacebookWeb(std::string url);
private:
friend class LLSingleton<LLFacebookConnect>;