Fix build break and change some groups interfaces

This commit is contained in:
Melanie Thielker
2009-04-16 00:46:24 +00:00
parent 7e95783dd3
commit ac96722c1d
7 changed files with 10 additions and 13 deletions

View File

@@ -1228,7 +1228,7 @@ namespace OpenSim.Client.MXP.ClientStack
// Need to translate to MXP somehow
}
public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount)
public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount)
{
// Need to translate to MXP somehow
}