]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checklst.cpp
reSWIGed
[wxWidgets.git] / src / os2 / checklst.cpp
index 0a5befdb84d657999df3549833f898f1f91f204d..ec5776444d2965b20cd9c670ab8a2c6cf2866492 100644 (file)
@@ -274,9 +274,7 @@ wxCheckListBox::wxCheckListBox (
 , int                               nStrings
 , const wxString                    asChoices[]
 , long                              lStyle
-#if wxUSE_VALIDATORS
 , const wxValidator&                rVal
-#endif
 , const wxString&                   rsName
 )
               : wxListBox()
@@ -288,9 +286,7 @@ wxCheckListBox::wxCheckListBox (
            ,nStrings
            ,asChoices
            ,lStyle | wxLB_OWNERDRAW
-#if wxUSE_VALIDATORS
            ,rVal
-#endif
            ,rsName
           );
 } // end of wxCheckListBox::wxCheckListBox