From 6ef4f1bdae63d156f2dfad9a440ba52a9b84dc85 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 3 Apr 2008 13:33:46 +0000 Subject: * Resolve mantis 849 * Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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 public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); - public delegate void LinkObjects(uint parent, List children); + public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List children); public delegate void DelinkObjects(List primIds); -- cgit v1.1