]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
no need to have this VMS-only; removed TABs
[wxWidgets.git] / src / os2 / control.cpp
index a50497174d8dd5fe5a4a71dfd267f119d430a991..ed246a1d4e0b989bffc80d668c229bb73c892555 100644 (file)
@@ -21,6 +21,7 @@
 #include "wx/app.h"
 #include "wx/dcclient.h"
 #include "wx/scrolwin.h"
+#include "wx/log.h"
 #endif
 #include "wx/os2/private.h"
 #include "wx/control.h"
@@ -46,9 +47,7 @@ bool wxControl::Create(
 , const wxPoint&                    rPos
 , const wxSize&                     rSize
 , long                              lStyle
-#if wxUSE_VALIDATORS
 , const wxValidator&                rValidator
-#endif
 , const wxString&                   rsName
 )
 {