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:
Guillermo Rodriguez Garcia 2000-03-10 05:54:35 +00:00
parent ee80814753
commit 02d15cad11

View File

@ -198,7 +198,7 @@ bool wxSocketBase::Destroy()
bool wxSocketBase::Close()
{
// Interrupt pending waits
InterruptAllWaits();
InterruptWait();
if (m_socket)
{