From: David Surovell Date: Wed, 30 Nov 2005 17:45:05 +0000 (+0000) Subject: added missing #endif X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ec7a8d025681979d9ea9e01350f689f5005a63ee added missing #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/radiobox.cpp b/src/mac/carbon/radiobox.cpp index f1d1b2c722..685ce0a654 100644 --- a/src/mac/carbon/radiobox.cpp +++ b/src/mac/carbon/radiobox.cpp @@ -537,3 +537,5 @@ wxSize wxRadioBox::DoGetBestSize() const return wxSize(totWidth, totHeight); } + +#endif