diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-19 16:36:55 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-19 16:36:55 -0700 |
commit | c3c61018cd2d6547c4976c04edc4d3212cf3fb31 (patch) | |
tree | f27f917caecfedd35da60b9b855af6551ac80e56 /indra/newview/llfloatersocial.h | |
parent | 03563fcaa17c0af776c49baaa59421921603cddd (diff) |
ACME-732 Create the viewer side info route responder
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index e49445a39f..f947207fbe 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -124,6 +124,7 @@ public: private: void onVisibilityChange(const LLSD& new_visibility); bool onFacebookConnectStateChange(const LLSD& data); + bool onFacebookConnectInfoChange(); void onConnect(); void onUseAnotherAccount(); void onDisconnect(); |