oops, broke compile. This fixes it
parent
ff2184136d
commit
93d7c8bd31
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue