make methods available to all ports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-06-13 00:42:24 +00:00
parent 246f5005fb
commit 4164a04a98

View File

@@ -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)
{