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

@@ -885,7 +885,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount)
public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount)
{
}