diff options
author | Chris Baker <baker@lindenlab.com> | 2014-06-23 22:36:47 +0000 |
---|---|---|
committer | Chris Baker <baker@lindenlab.com> | 2014-06-23 22:36:47 +0000 |
commit | b534562acf4a124ff46d2988e9aded5212ca458a (patch) | |
tree | 0f83f834e7e8253669a8772460f35ddde2cff419 /indra/newview/llfacebookconnect.h | |
parent | 845b80a3864093ebed940551d91441e45e4b50b9 (diff) | |
parent | c7057ef56efc1cca5683ca22e2ad410198d131e8 (diff) |
viewer-release merge
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r-- | indra/newview/llfacebookconnect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index a77ac24167..c157db2178 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -89,7 +89,7 @@ private: LLFacebookConnect(); ~LLFacebookConnect() {}; std::string getFacebookConnectURL(const std::string& route = "", bool include_read_from_master = false); - + EConnectionState mConnectionState; BOOL mConnected; LLSD mInfo; |