From: Vadim Zeitlin Date: Mon, 19 Apr 2004 14:02:27 +0000 (+0000) Subject: compilation fix for wxUSE_VALIDATORS==0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/422a142bc258d3170cd13f4a7d0471ce52203d7d?ds=inline compilation fix for wxUSE_VALIDATORS==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/slider95.cpp b/src/msw/slider95.cpp index 1c723f2f21..3853c60447 100644 --- a/src/msw/slider95.cpp +++ b/src/msw/slider95.cpp @@ -121,7 +121,7 @@ bool wxSlider95::Create(wxWindow *parent, wxWindowID id, int value, int minValue, int maxValue, const wxPoint& pos, const wxSize& size, long style, - const wxValidator& wxVALIDATOR_PARAM(validator), + const wxValidator& validator, const wxString& name) { // default is no border