aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnamebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llnamebox.h')
-rw-r--r--linden/indra/newview/llnamebox.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/linden/indra/newview/llnamebox.h b/linden/indra/newview/llnamebox.h
index 8afac5c..09770e3 100644
--- a/linden/indra/newview/llnamebox.h
+++ b/linden/indra/newview/llnamebox.h
@@ -51,11 +51,10 @@ public:
51 51
52 void setNameID(const LLUUID& name_id, BOOL is_group); 52 void setNameID(const LLUUID& name_id, BOOL is_group);
53 53
54 void refresh(const LLUUID& id, const char* first, const char* last, 54 void refresh(const LLUUID& id, const std::string& first, const std::string& last, BOOL is_group);
55 BOOL is_group);
56 55
57 static void refreshAll(const LLUUID& id, const char* firstname, 56 static void refreshAll(const LLUUID& id, const std::string& firstname,
58 const char* lastname, BOOL is_group); 57 const std::string& lastname, BOOL is_group);
59 58
60private: 59private:
61 static std::set<LLNameBox*> sInstances; 60 static std::set<LLNameBox*> sInstances;