]> git.saurik.com Git - wxWidgets.git/commitdiff
compile fix in debug mode
authorRobert Roebling <robert@roebling.de>
Mon, 26 Apr 1999 21:49:42 +0000 (21:49 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 26 Apr 1999 21:49:42 +0000 (21:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckint.cpp

index 712f1006e37cc61bdef0428f4184b09146326e06..d9a5a17580a785af72335d274b8331f9fd2a6a6f 100644 (file)
@@ -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;