]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/valgen.cpp
Corrected some wxAccessible mistakes
[wxWidgets.git] / src / common / valgen.cpp
index d6fc453323d64d6516233fbca9e27f03f7cf5476..6b8e98e061529cc915b8690576f0fd45008dd160 100644 (file)
   #include "wx/slider.h"
 #endif
 
-#if wxUSE_SPINCTRL && !defined(__WIN16__)
   #include "wx/spinctrl.h"
-#endif
-#if wxUSE_SPINBTN && !defined(__WIN16__)
+
+#if wxUSE_SPINBTN 
   #include "wx/spinbutt.h"
 #endif
-#if wxUSE_CHECKLISTBOX && !defined(__WIN16__)
+#if wxUSE_CHECKLISTBOX 
   #include "wx/checklst.h"
 #endif
 
 #include "wx/valgen.h"
 
+IMPLEMENT_CLASS(wxGenericValidator, wxValidator)
+
 wxGenericValidator::wxGenericValidator(bool *val)
 {
     Initialize();