]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/server.cpp
Corrected LINKAGEMODE OS/2 thingy
[wxWidgets.git] / samples / ipc / server.cpp
index 4763f877e8669bbcbcb599fe49fc4b768a1b164c..3ad14aac9a8cb071229f82f6af9b610fc0a3d0f0 100644 (file)
@@ -215,7 +215,7 @@ bool MyConnection::OnPoke(const wxString& WXUNUSED(topic),
                           int WXUNUSED(size),
                           wxIPCFormat WXUNUSED(format))
 {
-    wxLogStatus("Poke command: %s = %s", item, data);
+    wxLogStatus("Poke command: %s = %s", item.c_str(), data);
     return TRUE;
 }