summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-04-01 23:08:16 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-04-01 23:08:16 -0700
commit0a4ab0c64790b82edba369891a1983cd4b7f84f2 (patch)
treed78c329976442dd6bcefa821089a64a3cba67f9b /indra/newview/llpanelpeople.h
parentd6ec3cf584b4ecb904037a6f63fbd5a8c1ad2c05 (diff)
Some not so clean code to use to show facebook friends using the existing avatar list.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index dadd273603..a00b5be516 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -34,6 +34,7 @@
#include "llvoiceclient.h"
class LLAvatarList;
+class LLAvatarListSocial;
class LLAvatarName;
class LLFilterEditor;
class LLGroupList;
@@ -149,6 +150,7 @@ private:
LLAvatarList* mNearbyList;
LLAvatarList* mRecentList;
LLGroupList* mGroupList;
+ LLAvatarListSocial* mFacebookFriends;
LLNetMap* mMiniMap;
LLTextBox* mFbcTestText;