From 4164a04a98be1066038317c2d16438cce3f59c81 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 13 Jun 2013 00:42:24 +0000 Subject: [PATCH] make methods available to all ports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/containr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2