diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 9dd17f9..5687e01 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -249,7 +249,7 @@ namespace OpenSim.Framework | |||
249 | 249 | ||
250 | public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); | 250 | public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); |
251 | 251 | ||
252 | public delegate void LinkObjects(uint parent, List<uint> children); | 252 | public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List<uint> children); |
253 | 253 | ||
254 | public delegate void DelinkObjects(List<uint> primIds); | 254 | public delegate void DelinkObjects(List<uint> primIds); |
255 | 255 | ||