diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index ab89fe0..4d3d257 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -980,7 +980,7 @@ namespace OpenSim.Tests.Common.Mock | |||
980 | { | 980 | { |
981 | } | 981 | } |
982 | 982 | ||
983 | public void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID) | 983 | public void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID) |
984 | { | 984 | { |
985 | } | 985 | } |
986 | 986 | ||