aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatermap.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatermap.h')
-rw-r--r--linden/indra/newview/llfloatermap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h
index af4d1cc..aedbcb8 100644
--- a/linden/indra/newview/llfloatermap.h
+++ b/linden/indra/newview/llfloatermap.h
@@ -52,7 +52,7 @@ public:
52 // returns true if agent_id belongs to a developer listed in llfloatermap.cpp 52 // returns true if agent_id belongs to a developer listed in llfloatermap.cpp
53 static bool isImpDev(LLUUID agent_id); 53 static bool isImpDev(LLUUID agent_id);
54 54
55 bool getIsTyping(LLUUID agent_id); 55 bool isTyping(LLUUID agent_id);
56 void updateTypingList(LLUUID agent_id, bool remove); 56 void updateTypingList(LLUUID agent_id, bool remove);
57 57
58 BOOL postBuild(); 58 BOOL postBuild();
@@ -85,12 +85,12 @@ private:
85 static void onList(LLUICtrl* ctrl, void* user_data); 85 static void onList(LLUICtrl* ctrl, void* user_data);
86 static void onRangeChange(LLFocusableElement* focus, void* user_data); 86 static void onRangeChange(LLFocusableElement* focus, void* user_data);
87 BOOL visibleItemsSelected() const; 87 BOOL visibleItemsSelected() const;
88 BOOL getKickable(const LLUUID &agent_id); 88 BOOL isKickable(const LLUUID &agent_id);
89 void toggleButtons(); 89 void toggleButtons();
90 void populateRadar(); 90 void populateRadar();
91 91
92 void updateChatList(std::vector<LLUUID> agent_ids); 92 void updateChatList(std::vector<LLUUID> agent_ids);
93 bool getInChatList(LLUUID agent_id); 93 bool isInChatList(LLUUID agent_id);
94 void addToChatList(LLUUID agent_id, std::string distance); 94 void addToChatList(LLUUID agent_id, std::string distance);
95 void removeFromChatList(LLUUID agent_id); 95 void removeFromChatList(LLUUID agent_id);
96 96