X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/589c1174f4dd9ccd5b7fc941e3d239888e1a8653..6f026b5b63fe7ccb025e84509886f74772b9df13:/samples/ipc/server.h diff --git a/samples/ipc/server.h b/samples/ipc/server.h index 23959382ff..4cf38233bf 100644 --- a/samples/ipc/server.h +++ b/samples/ipc/server.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 25/01/99 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -78,9 +77,9 @@ public: wxString m_advise; protected: - // the data returned by last OnRequest(): we keep it in this wxString to + // the data returned by last OnRequest(): we keep it in this buffer to // ensure that the pointer we return from OnRequest() stays valid - wxString m_requestData; + wxCharBuffer m_requestData; }; class MyServer : public wxServer