Missing wxSocketBase::Shutdown() added
This commit is contained in:
parent
44c86e2886
commit
73c2146fe2
2
Updater
2
Updater
@ -1 +1 @@
|
|||||||
Subproject commit 529bd00da51c3bf820fd237e3695001f9b895c3a
|
Subproject commit 66b2934da83933b5292495025355721466378f91
|
@ -175,6 +175,8 @@ bool ZRColaApp::OnInit()
|
|||||||
|
|
||||||
int ZRColaApp::OnExit()
|
int ZRColaApp::OnExit()
|
||||||
{
|
{
|
||||||
|
wxSocketBase::Shutdown();
|
||||||
|
|
||||||
int res = wxApp::OnExit();
|
int res = wxApp::OnExit();
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user