From fc37712510d26448df24ca802ee9b7970dde6e8e Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 23 Mar 2008 23:19:18 +0000 Subject: [PATCH] fix simple errors which block ifacecheck git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/object.h | 2 +- interface/socket.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/object.h b/interface/object.h index b8795b34a7..35507bc200 100644 --- a/interface/object.h +++ b/interface/object.h @@ -33,7 +33,7 @@ public: never be destroyed directly but only as result of a DecRef() call. */ - wxObjectRefData(); + ~wxObjectRefData(); /** Decrements the reference count associated with this shared data and, if it diff --git a/interface/socket.h b/interface/socket.h index 99442b6ba9..32d3083e76 100644 --- a/interface/socket.h +++ b/interface/socket.h @@ -945,7 +945,7 @@ public: @see InterruptWait(), Wait() */ - bool Wait(long seconds = -1, long millisecond = 0); + bool WaitForLost(long seconds = -1, long millisecond = 0); /** This function waits until the socket is readable. This might mean that -- 2.45.2