]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listctrl.cpp
A little clarification
[wxWidgets.git] / src / os2 / listctrl.cpp
index 1cf40a8c99f60fb0e6f607d027d42bac8eff0adb..01dd9d86f092077eb786bfac698996859c85b09c 100644 (file)
@@ -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