diff options
Diffstat (limited to 'OpenSim/Tests')
-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 15e92da..ff2e3ca 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -929,7 +929,7 @@ namespace OpenSim.Tests.Common.Mock | |||
929 | { | 929 | { |
930 | } | 930 | } |
931 | 931 | ||
932 | public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount) | 932 | public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount) |
933 | { | 933 | { |
934 | } | 934 | } |
935 | 935 | ||