From fafd7fd901449a8e8197b5e6a70b99ece2b029b2 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 26 Apr 1999 21:49:42 +0000 Subject: [PATCH] compile fix in debug mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sckint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sckint.cpp b/src/common/sckint.cpp index 712f1006e3..d9a5a17580 100644 --- a/src/common/sckint.cpp +++ b/src/common/sckint.cpp @@ -319,7 +319,7 @@ wxSocketInternal::wxSocketInternal(wxSocketBase *socket) wxSocketInternal::~wxSocketInternal() { - wxASSERT(!m_finalized); +// wxASSERT(!m_finalized); there is no m_finalized anywhere, RR m_request_locker.Unlock(); delete m_thread_waiter; delete m_thread_requester; -- 2.45.2