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

Submodule Updater updated: 529bd00da5...66b2934da8

View File

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