From 1fbfc5edf6a94d8ed0e2e73290f75090f68d34ae Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Wed, 14 Dec 2005 17:03:47 +0000 Subject: [PATCH] Compile Fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/ipc/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ipc/client.h b/samples/ipc/client.h index 83848f42df..8c04e41c7f 100644 --- a/samples/ipc/client.h +++ b/samples/ipc/client.h @@ -87,7 +87,7 @@ public: virtual bool OnAdvise(const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format); virtual bool OnDisconnect(); protected: - void MyConnection::Log(const wxString& command, const wxString& topic, + void Log(const wxString& command, const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format); };