summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs')
-rw-r--r--CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
index 132a933..3f2673a 100644
--- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
+++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs
@@ -284,7 +284,7 @@ namespace IvyProbe
println(client.ApplicationName + " direct Message " + id + arg);
}
- private void receive(object data, IvyClient client, String[] args)
+ private void receive(IvyClient client, String[] args)
{
String s = client.ApplicationName + " sent";
for (int i = 0; i < args.Length; i++)