]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/scrolbar.cpp
Added wxMGL switch
[wxWidgets.git] / src / msw / scrolbar.cpp
index 6085e1efb62e238c9b8d3269e5d48e59af490844..5905800a43e64c4172c47856290837a15f700720 100644 (file)
@@ -89,7 +89,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)
 bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
            const wxPoint& pos,
            const wxSize& size, long style,
-           const wxValidator& validator,
+           const wxValidator& wxVALIDATOR_PARAM(validator),
            const wxString& name)
 {
     if (!parent)