diff options
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index e8d1889..4700bf2 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -449,7 +449,7 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
449 | throw new System.NotImplementedException(); | 449 | throw new System.NotImplementedException(); |
450 | } | 450 | } |
451 | 451 | ||
452 | public void SendGenericMessage(string method, List<string> message) | 452 | public void SendGenericMessage(string method, List<Byte[]> message) |
453 | { | 453 | { |
454 | throw new System.NotImplementedException(); | 454 | throw new System.NotImplementedException(); |
455 | } | 455 | } |