]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listctrl.cpp
IsInAssert is only available (and only makes sense) in a debug build so
[wxWidgets.git] / src / os2 / listctrl.cpp
index 99a792abe0d638c6e8867c830d221f6d69aac465..01dd9d86f092077eb786bfac698996859c85b09c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/21/03
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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