diff options
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 |