]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing #endif
authorDavid Surovell <davids@osafoundation.org>
Wed, 30 Nov 2005 17:45:05 +0000 (17:45 +0000)
committerDavid Surovell <davids@osafoundation.org>
Wed, 30 Nov 2005 17:45:05 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/radiobox.cpp

index f1d1b2c722ec02a2b6d505a652ce2daa25c3d69b..685ce0a6548798f600a9f2f11cad845a00771190 100644 (file)
@@ -537,3 +537,5 @@ wxSize wxRadioBox::DoGetBestSize() const
 
     return wxSize(totWidth, totHeight);
 }
+
+#endif