Ups, mismatch between header and source wrt InterruptWait()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ee80814753
commit
02d15cad11
@ -198,7 +198,7 @@ bool wxSocketBase::Destroy()
|
|||||||
bool wxSocketBase::Close()
|
bool wxSocketBase::Close()
|
||||||
{
|
{
|
||||||
// Interrupt pending waits
|
// Interrupt pending waits
|
||||||
InterruptAllWaits();
|
InterruptWait();
|
||||||
|
|
||||||
if (m_socket)
|
if (m_socket)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user