Fix up the new Sirikata cient view

This commit is contained in:
Melanie
2009-12-27 17:52:27 +01:00
parent 045a44b1af
commit 8ad8bd6282

View File

@@ -449,7 +449,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
throw new System.NotImplementedException();
}
public void SendGenericMessage(string method, List<string> message)
public void SendGenericMessage(string method, List<Byte[]> message)
{
throw new System.NotImplementedException();
}