diff options
Diffstat (limited to 'linden/indra/newview/llnamelistctrl.cpp')
-rw-r--r-- | linden/indra/newview/llnamelistctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnamelistctrl.cpp b/linden/indra/newview/llnamelistctrl.cpp index 453cf7f..e445df5 100644 --- a/linden/indra/newview/llnamelistctrl.cpp +++ b/linden/indra/newview/llnamelistctrl.cpp | |||
@@ -72,7 +72,7 @@ LLNameListCtrl::~LLNameListCtrl() | |||
72 | 72 | ||
73 | // public | 73 | // public |
74 | BOOL LLNameListCtrl::addNameItem(const LLUUID& agent_id, EAddPosition pos, | 74 | BOOL LLNameListCtrl::addNameItem(const LLUUID& agent_id, EAddPosition pos, |
75 | BOOL enabled, std::string& suffix) | 75 | BOOL enabled, const std::string& suffix) |
76 | { | 76 | { |
77 | //llinfos << "LLNameListCtrl::addNameItem " << agent_id << llendl; | 77 | //llinfos << "LLNameListCtrl::addNameItem " << agent_id << llendl; |
78 | 78 | ||