From 4ca0f293bfb68540ae099250e881e42febb51a88 Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 21 Jan 2000 22:20:46 +0000 Subject: [PATCH] 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 --- include/wx/sckipc.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.45.2