aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterfriends.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterfriends.cpp')
-rw-r--r--linden/indra/newview/llfloaterfriends.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterfriends.cpp b/linden/indra/newview/llfloaterfriends.cpp
index e6ff76b..0de8698 100644
--- a/linden/indra/newview/llfloaterfriends.cpp
+++ b/linden/indra/newview/llfloaterfriends.cpp
@@ -333,7 +333,7 @@ void LLPanelFriends::refreshRightsChangeList()
333 333
334struct SortFriendsByID 334struct SortFriendsByID
335{ 335{
336 bool SortFriendsByID::operator() (const LLScrollListItem* const a, const LLScrollListItem* const b) const 336 bool operator() (const LLScrollListItem* const a, const LLScrollListItem* const b) const
337 { 337 {
338 return a->getValue().asUUID() < b->getValue().asUUID(); 338 return a->getValue().asUUID() < b->getValue().asUUID();
339 } 339 }