summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-04-02 19:34:44 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-04-02 19:34:44 -0700
commitae4dcb2d1cade521f4cb116e3b7aa79475c38cc6 (patch)
tree17bf709185cc2e1b052a5e54cb5f5324443cdd8b /indra/newview/llpanelpeople.h
parent207db356c21246ca9eb1b255b71623b0a5a4d470 (diff)
created LLSocialList and LLSocialListItem and linked them up to the facebook tab.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 914899ca6d..d61eb80f57 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -38,6 +38,7 @@ class LLAvatarListSocial;
class LLAvatarName;
class LLFilterEditor;
class LLGroupList;
+class LLSocialList;
class LLMenuButton;
class LLTabContainer;
@@ -158,7 +159,7 @@ private:
LLAvatarList* mNearbyList;
LLAvatarList* mRecentList;
LLGroupList* mGroupList;
- LLAvatarListSocial* mFacebookFriends;
+ LLSocialList* mFacebookFriends;
LLNetMap* mMiniMap;
LLHandle<LLView> mGroupPlusMenuHandle;