]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
OS/2 fix in setdrive.
[wxWidgets.git] / src / msw / listbox.cpp
index a2175877e775093e19ecf741cf21eb79de9c0c88..408344a7b9eff6efe1fa20b10f51fbc87ad0c06f 100644 (file)
@@ -100,7 +100,7 @@ wxListBoxItem::wxListBoxItem(const wxString& str) : wxOwnerDrawn(str, FALSE)
     SetMarginWidth(0);
 }
 
-wxOwnerDrawn *wxListBox::CreateItem(size_t n)
+wxOwnerDrawn *wxListBox::CreateItem(size_t WXUNUSED(n))
 {
     return new wxListBoxItem();
 }