Fix 'switch label contains default but no case' warning
This commit is contained in:
@@ -500,6 +500,8 @@ void ListboxWidgetsPage::CreateLbox()
|
|||||||
flags);
|
flags);
|
||||||
break;
|
break;
|
||||||
#endif // wxUSE_REARRANGECTRL
|
#endif // wxUSE_REARRANGECTRL
|
||||||
|
case LboxType_ListBox:
|
||||||
|
wxFALLTHROUGH;
|
||||||
default:
|
default:
|
||||||
m_lbox = new wxListBox(this, ListboxPage_Listbox,
|
m_lbox = new wxListBox(this, ListboxPage_Listbox,
|
||||||
wxDefaultPosition, wxDefaultSize,
|
wxDefaultPosition, wxDefaultSize,
|
||||||
|
Reference in New Issue
Block a user