]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/choice.cpp
Added missing wx/frame.h inclusion
[wxWidgets.git] / src / os2 / choice.cpp
index f3f95b2a91721a56218cc5e2082c3bb720dcc903..88fff750fb200e064abcbf8a1798da481dc4d72c 100644 (file)
@@ -31,9 +31,7 @@ bool wxChoice::Create(
 , int                               n
 , const wxString                    asChoices[]
 , long                              lStyle
-#if wxUSE_VALIDATORS
 , const wxValidator&                rValidator
-#endif
 , const wxString&                   rsName
 )
 {
@@ -44,9 +42,7 @@ bool wxChoice::Create(
                        ,rPos
                        ,rSize
                        ,lStyle
-#if wxUSE_VALIDATORS
                        ,rValidator
-#endif
                        ,rsName
                       ))
         return FALSE;