From: David Webster Date: Fri, 21 Jan 2000 22:20:46 +0000 (+0000) Subject: Updates to fix EMX specific stuff that broke VisualAge specific stuff X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4ca0f293bfb68540ae099250e881e42febb51a88 Updates to fix EMX specific stuff that broke VisualAge specific stuff git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/sckipc.h b/include/wx/sckipc.h index 6f5e695f02..9536891b38 100644 --- a/include/wx/sckipc.h +++ b/include/wx/sckipc.h @@ -95,6 +95,11 @@ protected: wxSocketNotify, char *); private: + // + // We're hiding an Execute method in ConnectionBase + //s + virtual bool Execute(const wxString& str) + { return Execute(str, -1, wxIPC_TEXT); } }; class wxTCPServer: public wxServerBase