From: Vadim Zeitlin Date: Sun, 18 Apr 2004 22:47:46 +0000 (+0000) Subject: compilation fix for wxUSE_VALIDATORS==0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/56a44c64517cc79a1afead0e9397da740b1bc79d compilation fix for wxUSE_VALIDATORS==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index 39b23695e7..6c82458ece 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -161,7 +161,7 @@ bool wxListBox::Create(wxWindow *parent, const wxSize& size, int n, const wxString choices[], long style, - const wxValidator& wxVALIDATOR_PARAM(validator), + const wxValidator& validator, const wxString& name) { m_noItems = 0;