cleanup wxURLModule after wxSocketModule to avoid crash when destroying default proxy (patch 1828964)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-11-09 23:17:49 +00:00
parent 141e2c1a49
commit ba1a59622e

View File

@ -269,6 +269,10 @@ wxX11:
2.8.7
-----
All:
- Fixed bug with default proxy destruction in wxURL (Axel Gembe)
wxMSW:
- Correct (harmless) warnings given for forward-declared DLL-exported classes