mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
oops, broke compile. This fixes it
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user