aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index b06bff6..c32dbf5 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -985,7 +985,7 @@ namespace OpenSim.Tests.Common.Mock
985 { 985 {
986 } 986 }
987 987
988 public void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID) 988 public void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID)
989 { 989 {
990 } 990 }
991 991