diff options
author | Jacek Antonelli | 2008-08-15 23:45:29 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:29 -0500 |
commit | 7bdb4845afdd157f95281293803567090e3f992a (patch) | |
tree | fbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/newview/llfloaterfriends.cpp | |
parent | Second Life viewer sources 1.19.0.0 (diff) | |
download | meta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2 meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz |
Second Life viewer sources 1.19.0.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterfriends.cpp | 2 |
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 | ||
334 | struct SortFriendsByID | 334 | struct 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 | } |