Applied remainder of patch #876969: "Fixes to Borland warnings".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth 2004-01-28 11:17:02 +00:00
parent e9d2bb6f72
commit 51d78461fa

View File

@ -332,7 +332,8 @@ int wxEventLoop::Run()
// there is none yet. OTOH, wxCATCH_ALL isn't
// expanded unless wxUSE_EXCEPTIONS, so its
// safe to use throw here.
throw;
throw;
default:
break;
}
)