harmless unused param warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,7 +142,7 @@ bool wxRadioBox::Create(wxWindow *parent,
|
||||
const wxString *choices,
|
||||
int majorDim,
|
||||
long style,
|
||||
const wxValidator& val,
|
||||
const wxValidator& wxVALIDATOR_PARAM(val),
|
||||
const wxString& name)
|
||||
{
|
||||
// for compatibility with the other ports which don't handle (yet?)
|
||||
|
Reference in New Issue
Block a user