added missing #endif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Surovell 2005-11-30 17:45:05 +00:00
parent 066a357890
commit ec7a8d0256

View File

@ -537,3 +537,5 @@ wxSize wxRadioBox::DoGetBestSize() const
return wxSize(totWidth, totHeight);
}
#endif