From: Stefan Csomor Date: Thu, 13 Jun 2013 00:42:24 +0000 (+0000) Subject: make methods available to all ports X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4164a04a98be1066038317c2d16438cce3f59c81 make methods available to all ports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/containr.cpp b/src/common/containr.cpp index fbd3ea33d2..9de060cdda 100644 --- a/src/common/containr.cpp +++ b/src/common/containr.cpp @@ -187,7 +187,7 @@ void wxControlContainer::SetLastFocus(wxWindow *win) // within the same group. Used by wxSetFocusToChild on wxMSW // -------------------------------------------------------------------- -#if defined(__WXMSW__) && wxUSE_RADIOBTN +#if wxUSE_RADIOBTN wxRadioButton* wxGetPreviousButtonInGroup(wxRadioButton *btn) {