]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
Need to use the same instance handles
[wxWidgets.git] / src / msw / listbox.cpp
index 1102d6f012b5d6325b4d4747615810b24f6a0832..9e4b653af8927c11963d090f27d0627bab8f068d 100644 (file)
@@ -257,7 +257,7 @@ bool wxListBox::Create(wxWindow *parent,
                        const wxSize& size,
                        const wxArrayString& choices,
                        long style,
-                       const wxValidator& wxVALIDATOR_PARAM(validator),
+                       const wxValidator& validator,
                        const wxString& name)
 {
     wxCArrayString chs(choices);