Use wxFALLTHROUGH

This commit is contained in:
Paul Cornett
2017-10-17 09:21:45 -07:00
parent 4ec80a35f9
commit ed8a541463
5 changed files with 6 additions and 2 deletions

View File

@@ -432,6 +432,7 @@ void ListboxWidgetsPage::CreateLbox()
{
default:
wxFAIL_MSG( wxT("unexpected radio box selection") );
wxFALLTHROUGH;
case LboxSel_Single: flags |= wxLB_SINGLE; break;
case LboxSel_Extended: flags |= wxLB_EXTENDED; break;