ColumnListView: Add default case to switch
This commit is contained in:
@@ -1616,6 +1616,7 @@ BColumnListView::DrawLatch(BView* view, BRect rect, LatchType position, BRow*)
|
||||
break;
|
||||
|
||||
case B_NO_LATCH:
|
||||
default:
|
||||
// No drawing
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user