]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
Try to use the correct make.
[wxWidgets.git] / src / msw / control.cpp
index 71bc3e6f1e68388e570d2fcdf657d14d179f028b..4d4c0e159f080617c6f68e9e42f3155527f3b4bd 100644 (file)
@@ -59,7 +59,7 @@ bool wxControl::Create(wxWindow *parent,
                        const wxPoint& pos,
                        const wxSize& size,
                        long style,
-                       const wxValidator& validator,
+                       const wxValidator& wxVALIDATOR_PARAM(validator),
                        const wxString& name)
 {
     if ( !wxWindow::Create(parent, id, pos, size, style, name) )