]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/server.h
Fix testing for existence of paths with trailing separators in wxMSW.
[wxWidgets.git] / samples / ipc / server.h
index 23959382ff2a3ee59e698a1649a59d1756291cec..a81a4421cc98c5e3b7cbc04d4c6b4dd83d24a874 100644 (file)
@@ -78,9 +78,9 @@ public:
     wxString m_advise;
 
 protected:
     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
     // ensure that the pointer we return from OnRequest() stays valid
-    wxString m_requestData;
+    wxCharBuffer m_requestData;
 };
 
 class MyServer : public wxServer
 };
 
 class MyServer : public wxServer