compilation fix after last patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-20 00:45:10 +00:00
parent 68350608bc
commit b49f58fe12

View File

@@ -256,7 +256,7 @@ wxRadioButton* wxGetSelectedButtonInGroup(wxRadioButton *btn)
return NULL;
}
#endif __WXMSW__
#endif // __WXMSW__
// ----------------------------------------------------------------------------
// Keyboard handling - this is the place where the TAB traversal logic is