aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
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 7531517..b32c7f6 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -174,7 +174,7 @@ namespace OpenSim.Framework
174 174
175 public delegate void ParcelPropertiesUpdateRequest(LandUpdateArgs args, int local_id, IClientAPI remote_client); 175 public delegate void ParcelPropertiesUpdateRequest(LandUpdateArgs args, int local_id, IClientAPI remote_client);
176 176
177 public delegate void ParcelSelectObjects(int land_local_id, int request_type, IClientAPI remote_client); 177 public delegate void ParcelSelectObjects(int land_local_id, int request_type, List<UUID> returnIDs, IClientAPI remote_client);
178 178
179 public delegate void ParcelObjectOwnerRequest(int local_id, IClientAPI remote_client); 179 public delegate void ParcelObjectOwnerRequest(int local_id, IClientAPI remote_client);
180 180