aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llimview.h')
-rw-r--r--linden/indra/newview/llimview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h
index 0774698..44cb992 100644
--- a/linden/indra/newview/llimview.h
+++ b/linden/indra/newview/llimview.h
@@ -165,7 +165,7 @@ public:
165 void clearPendingAgentListUpdates(const LLUUID& session_id); 165 void clearPendingAgentListUpdates(const LLUUID& session_id);
166 166
167 //HACK: need a better way of enumerating existing session, or listening to session create/destroy events 167 //HACK: need a better way of enumerating existing session, or listening to session create/destroy events
168 const std::set<LLViewHandle>& getIMFloaterHandles() { return mFloaters; } 168 const std::set<LLHandle<LLFloater> >& getIMFloaterHandles() { return mFloaters; }
169 169
170private: 170private:
171 class LLIMSessionInvite; 171 class LLIMSessionInvite;
@@ -199,7 +199,7 @@ private:
199 static void onInviteNameLookup(const LLUUID& id, const char* first, const char* last, BOOL is_group, void* userdata); 199 static void onInviteNameLookup(const LLUUID& id, const char* first, const char* last, BOOL is_group, void* userdata);
200 200
201private: 201private:
202 std::set<LLViewHandle> mFloaters; 202 std::set<LLHandle<LLFloater> > mFloaters;
203 LLFriendObserver* mFriendObserver; 203 LLFriendObserver* mFriendObserver;
204 204
205 // An IM has been received that you haven't seen yet. 205 // An IM has been received that you haven't seen yet.