aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/Sirikata')
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
index 75b2347..0ca8ffe 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -468,7 +468,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
468 throw new System.NotImplementedException(); 468 throw new System.NotImplementedException();
469 } 469 }
470 470
471 public void SendGenericMessage(string method, List<string> message) 471 public void SendGenericMessage(string method, List<Byte[]> message)
472 { 472 {
473 throw new System.NotImplementedException(); 473 throw new System.NotImplementedException();
474 } 474 }