diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterfriends.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloaterfriends.h b/linden/indra/newview/llfloaterfriends.h index 6e0ce78..6ce57f6 100644 --- a/linden/indra/newview/llfloaterfriends.h +++ b/linden/indra/newview/llfloaterfriends.h | |||
@@ -41,7 +41,8 @@ | |||
41 | 41 | ||
42 | class LLFriendObserver; | 42 | class LLFriendObserver; |
43 | class LLRelationship; | 43 | class LLRelationship; |
44 | 44 | class LLScrollListItem; | |
45 | class LLScrollListCtrl; | ||
45 | 46 | ||
46 | /** | 47 | /** |
47 | * @class LLPanelFriends | 48 | * @class LLPanelFriends |
@@ -100,8 +101,8 @@ private: | |||
100 | void refreshUI(); | 101 | void refreshUI(); |
101 | void refreshRightsChangeList(); | 102 | void refreshRightsChangeList(); |
102 | void applyRightsToFriends(); | 103 | void applyRightsToFriends(); |
103 | void addFriend(const std::string& name, const LLUUID& agent_id); | 104 | BOOL addFriend(const LLUUID& agent_id); |
104 | void updateFriendItem(LLScrollListItem* itemp, const LLRelationship* relationship); | 105 | BOOL updateFriendItem(const LLUUID& agent_id, const LLRelationship* relationship); |
105 | 106 | ||
106 | typedef enum | 107 | typedef enum |
107 | { | 108 | { |
@@ -138,7 +139,7 @@ private: | |||
138 | LLFriendObserver* mObserver; | 139 | LLFriendObserver* mObserver; |
139 | LLUUID mAddFriendID; | 140 | LLUUID mAddFriendID; |
140 | LLString mAddFriendName; | 141 | LLString mAddFriendName; |
141 | LLScrollListCtrl* mFriendsList; | 142 | LLScrollListCtrl* mFriendsList; |
142 | BOOL mShowMaxSelectWarning; | 143 | BOOL mShowMaxSelectWarning; |
143 | BOOL mAllowRightsChange; | 144 | BOOL mAllowRightsChange; |
144 | S32 mNumRightsChanged; | 145 | S32 mNumRightsChanged; |