]> git.saurik.com Git - wxWidgets.git/commitdiff
harmless unused param warning fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Jan 2005 20:11:24 +0000 (20:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Jan 2005 20:11:24 +0000 (20:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/radiobox.cpp

index a95f5b572fca057a705e56a0aa515705b3d9886d..ba7e54ab97160f94e1b33ccce4fac96f5b2310a5 100644 (file)
@@ -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?)