oops, broke compile. This fixes it

0.6.0-stable
Sean Dague 2008-04-09 13:45:32 +00:00
parent ff2184136d
commit 93d7c8bd31
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace OpenSim.Data.NHibernate
return cached;
}
public bool IUserType.Equals(object uuid1, object uuid2)
bool IUserType.Equals(object uuid1, object uuid2)
{
return uuid1.Equals(uuid2);
}