Fix up the new Sirikata cient view

avinationmerge
Melanie 2009-12-27 17:52:27 +01:00
parent 045a44b1af
commit 8ad8bd6282
1 changed files with 1 additions and 1 deletions

View File

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