From 1c16e6df8e49ea69a4b123e5c4de96e97aa1dce6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 7 Jan 2005 20:11:24 +0000 Subject: [PATCH] harmless unused param warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/radiobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/univ/radiobox.cpp b/src/univ/radiobox.cpp index a95f5b572f..ba7e54ab97 100644 --- a/src/univ/radiobox.cpp +++ b/src/univ/radiobox.cpp @@ -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?) -- 2.45.2