]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckipc.h
VA 4.0 fixes
[wxWidgets.git] / include / wx / sckipc.h
index 6f5e695f02c415073df27bd1bdb7f47fe6abfbd7..9536891b3863a2288212bde3af92799c3ce14aac 100644 (file)
@@ -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