]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
Applied patch [ 849212 ] Sets SO_REUSEADDR flag on server sockets
[wxWidgets.git] / src / msw / listctrl.cpp
index 3e9b5966cbb79c2060a07385d00085d5c01966fa..afee0618c9660bbc0abde6825b32ebb793ab632f 100644 (file)
@@ -2778,5 +2778,20 @@ static void wxConvertToMSWListCol(int WXUNUSED(col), const wxListItem& item,
 #endif // _WIN32_IE >= 0x0300
 }
 
+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