X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4b632ba3c0e5e5c43412d2d7a2b485b8fcebf2..5333ab8e8ef81e3ae71fef22b42542c51b122258:/src/os2/radiobox.cpp diff --git a/src/os2/radiobox.cpp b/src/os2/radiobox.cpp index 43bcd15f5e..40e46cd1cc 100644 --- a/src/os2/radiobox.cpp +++ b/src/os2/radiobox.cpp @@ -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;