diff options
| author | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-17 15:04:30 +0200 |
|---|---|---|
| committer | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-17 15:04:30 +0200 |
| commit | 05e063836abb20d487dfd4175a09413b0cea0e38 (patch) | |
| tree | 13628e331344eb085d930a0217317f220dd730eb /indra/newview/llpanelblockedlist.cpp | |
| parent | b0774ec9147ddc2c2e5e93e5a74c929c802c32af (diff) | |
| parent | 2f551019921ca12f9dd94f474a4d684e04d73dd7 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llpanelblockedlist.cpp')
| -rw-r--r-- | indra/newview/llpanelblockedlist.cpp | 3 |
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. |
