diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llnameeditor.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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/llnameeditor.h')
-rw-r--r-- | linden/indra/newview/llnameeditor.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linden/indra/newview/llnameeditor.h b/linden/indra/newview/llnameeditor.h index 3d9a9cc..84ae219 100644 --- a/linden/indra/newview/llnameeditor.h +++ b/linden/indra/newview/llnameeditor.h | |||
@@ -65,11 +65,10 @@ public: | |||
65 | 65 | ||
66 | void setNameID(const LLUUID& name_id, BOOL is_group); | 66 | void setNameID(const LLUUID& name_id, BOOL is_group); |
67 | 67 | ||
68 | void refresh(const LLUUID& id, const char* first, const char* last, | 68 | void refresh(const LLUUID& id, const std::string& first, const std::string& last, BOOL is_group); |
69 | BOOL is_group); | ||
70 | 69 | ||
71 | static void refreshAll(const LLUUID& id, const char* firstname, | 70 | static void refreshAll(const LLUUID& id, const std::string& firstname, |
72 | const char* lastname, BOOL is_group); | 71 | const std::string& lastname, BOOL is_group); |
73 | 72 | ||
74 | 73 | ||
75 | // Take/return agent UUIDs | 74 | // Take/return agent UUIDs |