compilation fix for wxUSE_VALIDATORS==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
56a44c6451
commit
422a142bc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user