From: Vadim Zeitlin Date: Sat, 7 Feb 2004 19:24:16 +0000 (+0000) Subject: compilation fix for wxUSE_VALIDATORS == 0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76efbc2a0941ebb31efa50c8d503e5ecde2ceb2b compilation fix for wxUSE_VALIDATORS == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index 1102d6f012..9e4b653af8 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -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);