aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnamelistctrl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnamelistctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnamelistctrl.h b/linden/indra/newview/llnamelistctrl.h
index 1b7795d..beb4ede 100644
--- a/linden/indra/newview/llnamelistctrl.h
+++ b/linden/indra/newview/llnamelistctrl.h
@@ -58,7 +58,7 @@ public:
58 // Add a user to the list by name. It will be added, the name 58 // Add a user to the list by name. It will be added, the name
59 // requested from the cache, and updated as necessary. 59 // requested from the cache, and updated as necessary.
60 BOOL addNameItem(const LLUUID& agent_id, EAddPosition pos = ADD_BOTTOM, 60 BOOL addNameItem(const LLUUID& agent_id, EAddPosition pos = ADD_BOTTOM,
61 BOOL enabled = TRUE, std::string& suffix = LLStringUtil::null); 61 BOOL enabled = TRUE, const std::string& suffix = LLStringUtil::null);
62 BOOL addNameItem(LLScrollListItem* item, EAddPosition pos = ADD_BOTTOM); 62 BOOL addNameItem(LLScrollListItem* item, EAddPosition pos = ADD_BOTTOM);
63 63
64 virtual LLScrollListItem* addElement(const LLSD& value, EAddPosition pos = ADD_BOTTOM, void* userdata = NULL); 64 virtual LLScrollListItem* addElement(const LLSD& value, EAddPosition pos = ADD_BOTTOM, void* userdata = NULL);