From 76efbc2a0941ebb31efa50c8d503e5ecde2ceb2b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Feb 2004 19:24:16 +0000 Subject: [PATCH] compilation fix for wxUSE_VALIDATORS == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/listbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2