mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 15:45:11 +08:00
@@ -1368,7 +1368,7 @@ void MyFrame::AddRemove(wxCommandEvent& WXUNUSED(event))
|
||||
class ListBoxAdaptor : public wxAddRemoveAdaptor
|
||||
{
|
||||
public:
|
||||
wxEXPLICIT ListBoxAdaptor(wxListBox* lbox)
|
||||
explicit ListBoxAdaptor(wxListBox* lbox)
|
||||
: m_lbox(lbox)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user