]> git.saurik.com Git - wxWidgets.git/commitdiff
Make the Connect that also takes a local bind port non-virtual. This silences some...
authorKevin Hock <hockkn@yahoo.com>
Sun, 2 Apr 2006 04:56:18 +0000 (04:56 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 2 Apr 2006 04:56:18 +0000 (04:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/socket.h

index d04a733fd0f778da1123312a9d9e4a22610cc676..401768641e9cc0faa5a033f75ab7ed0758277a35 100644 (file)
@@ -256,7 +256,7 @@ public:
   virtual ~wxSocketClient();
 
   virtual bool Connect(wxSockAddress& addr, bool wait = true);
   virtual ~wxSocketClient();
 
   virtual bool Connect(wxSockAddress& addr, bool wait = true);
-  virtual bool Connect(wxSockAddress& addr, wxSockAddress& local, bool wait = true);
+  bool Connect(wxSockAddress& addr, wxSockAddress& local, bool wait = true);
 
   bool WaitOnConnect(long seconds = -1, long milliseconds = 0);
 
 
   bool WaitOnConnect(long seconds = -1, long milliseconds = 0);