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:
parent
e9d2bb6f72
commit
51d78461fa
@ -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;
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user