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