diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-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 2463b3b..373ee13 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -443,7 +443,7 @@ namespace OpenSim.Tests.Common.Mock | |||
443 | } | 443 | } |
444 | 444 | ||
445 | 445 | ||
446 | public virtual void SendAnimations(UUID[] animations, int[] seqs, UUID sourceAgentId) | 446 | public virtual void SendAnimations(UUID[] animations, int[] seqs, UUID sourceAgentId, UUID[] objectIDs) |
447 | { | 447 | { |
448 | } | 448 | } |
449 | 449 | ||