diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs | 2 |
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++)
|