]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / msw / control.cpp
index 0a177e8d69fa1f194e1d8f53dd1cfea24b9a5d23..ea72d9e9f3b5726f0757d8d46c57626b9995d4f4 100644 (file)
@@ -60,9 +60,7 @@ wxControl::~wxControl()
 bool wxControl::Create(wxWindow *parent, wxWindowID id,
                        const wxPoint& pos,
                        const wxSize& size, long style,
-#if wxUSE_VALIDATORS
                        const wxValidator& validator,
-#endif
                        const wxString& name)
 {
     bool rval = wxWindow::Create(parent, id, pos, size, style, name);