]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobox.cpp
Fixed remaining int vs. long warnings.
[wxWidgets.git] / src / os2 / radiobox.cpp
index 43bcd15f5e95a680fe63a4df3e064be843e0955d..40e46cd1cce6dbde3afc9b62f2f600b62bbff029 100644 (file)
@@ -22,9 +22,7 @@
 
 #include "wx/os2/private.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
-#endif
 
 // ---------------------------------------------------------------------------
 // private functions
@@ -144,11 +142,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
         int n, const wxString choices[],
         int majorDim, long style,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-        const wxValidator* val, const wxString& name)
-#  else
         const wxValidator& val, const wxString& name)
-#  endif
 #endif
 {
     m_selectedButton = -1;