aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnamebox.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llnamebox.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
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;