summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelblockedlist.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-01-17 01:58:40 +0000
committerCho <cho@lindenlab.com>2013-01-17 01:58:40 +0000
commit1a3de3b1fc79f7a237922fc813d97d3ba8deb4f3 (patch)
treee00623423296f76a6429791ec6c86f958d08c3a6 /indra/newview/llpanelblockedlist.cpp
parent5083517c7cd6b91b8920ab0f698600abed955280 (diff)
parent2f551019921ca12f9dd94f474a4d684e04d73dd7 (diff)
merging latest changes
Diffstat (limited to 'indra/newview/llpanelblockedlist.cpp')
-rw-r--r--indra/newview/llpanelblockedlist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelblockedlist.cpp b/indra/newview/llpanelblockedlist.cpp
index df1ccdd9fc..115114bb53 100644
--- a/indra/newview/llpanelblockedlist.cpp
+++ b/indra/newview/llpanelblockedlist.cpp
@@ -89,6 +89,9 @@ BOOL LLPanelBlockedList::postBuild()
case E_SORT_BY_TYPE:
mBlockedList->sortByType();
break;
+ default:
+ llwarns << "Unrecognized sort order for blocked list" << llendl;
+ break;
}
// Use the context menu of the Block list for the Block tab gear menu.