X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/587b4c84fbd30b7d54db111d5f0567c18ed56425..455bec652a67f86df6a6d5524ca7fed37ac7a098:/utils/helpview/src/helpview.h diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index 2c789b0fdb..2d020e78cb 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -68,9 +68,8 @@ public: virtual ~hvConnection(); bool OnExec(const wxString& topic, const wxString& data); - wxChar *OnRequest(const wxString& topic, const wxString& item, int *size, wxIPCFormat format); - bool OnPoke(const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format); - bool OnStartAdvise(const wxString& topic, const wxString& item); + bool OnPoke(const wxString& topic, const wxString& item, + const void *data, size_t size, wxIPCFormat format); private: };