aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index fb957c2..2cb166c 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -234,7 +234,7 @@ namespace OpenSim.Framework
234 234
235 public delegate void GenericCall5(IClientAPI remoteClient, bool status); 235 public delegate void GenericCall5(IClientAPI remoteClient, bool status);
236 236
237 public delegate void GenericCall7(uint localID, string message); 237 public delegate void GenericCall7(IClientAPI remoteClient, uint localID, string message);
238 238
239 public delegate void UpdateShape(LLUUID agentID, uint localID, ObjectShapePacket.ObjectDataBlock shapeBlock); 239 public delegate void UpdateShape(LLUUID agentID, uint localID, ObjectShapePacket.ObjectDataBlock shapeBlock);
240 240