X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..6edf960cf5fe9c0cfbfcc13f645232e35aad5fec:/src/os2/listctrl.cpp diff --git a/src/os2/listctrl.cpp b/src/os2/listctrl.cpp index 1cf40a8c99..01dd9d86f0 100644 --- a/src/os2/listctrl.cpp +++ b/src/os2/listctrl.cpp @@ -2896,4 +2896,19 @@ MRESULT wxListCtrl::OS2WindowProc( return lRc; } // end of wxListCtrl::WindowProc +wxListView::wxListView() +{ +} + +wxListView::wxListView(wxWindow *parent, + wxWindowID winid, + const wxPoint& pos, + const wxSize& size, + long style, + const wxValidator& validator, + const wxString &name) +{ + Create(parent, winid, pos, size, style, validator, name); +} + #endif // wxUSE_LISTCTRL