]> git.saurik.com Git - wxWidgets.git/commitdiff
fix simple errors which block ifacecheck
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 23 Mar 2008 23:19:18 +0000 (23:19 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 23 Mar 2008 23:19:18 +0000 (23:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/object.h
interface/socket.h

index b8795b34a765479aa6d1a8f9b8c2d2f3c840bee3..35507bc200162194764d72ca1dc57fb7a4fa1913 100644 (file)
@@ -33,7 +33,7 @@ public:
         never
         be destroyed directly but only as result of a DecRef() call.
     */
         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
 
     /**
         Decrements the reference count associated with this shared data and, if it
index 99442b6ba91c400f19987dbd871f553b2682791b..32d3083e761f493b3d0c133c9a4a0b2350b48415 100644 (file)
@@ -945,7 +945,7 @@ public:
 
         @see InterruptWait(), Wait()
     */
 
         @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
 
     /**
         This function waits until the socket is readable. This might mean that