rolled back exceptions handling patch, it relied on incorrect assumption about vtables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2005-06-23 16:17:02 +00:00
parent 32f65e50e7
commit 763b330106
3 changed files with 12 additions and 30 deletions

View File

@@ -9,8 +9,6 @@ All:
- Fixed wxScopeGuard to work with VC++, documented it.
- Fixed proxy handling in wxURL.
- Changed exceptions handling to work under wxGTK, added
virtual wxEvtHandler::DoHandleEvent()
wxMSW: