ColumnListView: Add default case to switch

This commit is contained in:
John Scipione
2014-12-02 19:23:53 -05:00
parent 73b596224c
commit a9f45419e6
+1
View File
@@ -1616,6 +1616,7 @@ BColumnListView::DrawLatch(BView* view, BRect rect, LatchType position, BRow*)
break;
case B_NO_LATCH:
default:
// No drawing
break;
}