Missing wxSocketBase::Shutdown() added

This commit is contained in:
Simon Rozman 2016-05-24 21:47:34 +02:00
parent 44c86e2886
commit 73c2146fe2
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 529bd00da51c3bf820fd237e3695001f9b895c3a
Subproject commit 66b2934da83933b5292495025355721466378f91

View File

@ -175,6 +175,8 @@ bool ZRColaApp::OnInit()
int ZRColaApp::OnExit()
{
wxSocketBase::Shutdown();
int res = wxApp::OnExit();
#ifdef __WXMSW__