]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checkbox.cpp
A little clarification
[wxWidgets.git] / src / os2 / checkbox.cpp
index bfc9f835ad6b7db5a590be9216a33d0bb7e3fd80..165e1da2b964ec8ba17b208d965ba30c290dd781 100644 (file)
@@ -41,6 +41,10 @@ extern void  wxAssociateWinWithHandle( HWND         hWnd
 // wxCheckBox
 // ----------------------------------------------------------------------------
 
+wxCheckBoxBase::wxCheckBoxBase()
+{
+}
+
 bool wxCheckBox::OS2Command(
   WXUINT                            WXUNUSED(uParam)
 , WXWORD                            WXUNUSED(wId)
@@ -62,9 +66,7 @@ bool wxCheckBox::Create(
 , const wxPoint&                    rPos
 , const wxSize&                     rSize
 , long                              lStyle
-#if wxUSE_VALIDATORS
 , const wxValidator&                rValidator
-#endif
 , const wxString&                   rsName
 )
 {
@@ -76,9 +78,7 @@ bool wxCheckBox::Create(
                        ,rPos
                        ,rSize
                        ,lStyle
-#if wxUSE_VALIDATORS
                        ,rValidator
-#endif
                        ,rsName
                       ))
         return FALSE;
@@ -192,9 +192,7 @@ bool wxBitmapCheckBox::Create(
 , const wxPoint&                    rPos
 , const wxSize&                     rSize
 , long                              lStyle
-#if wxUSE_VALIDATORS
 , const wxValidator&                rValidator
-#endif
 , const wxString&                   rsName
 )
 {