diff options
author | Sean Dague | 2008-04-09 13:45:32 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-09 13:45:32 +0000 |
commit | 93d7c8bd31393d0cf59263acbfce63829638a49b (patch) | |
tree | cfa6cb00a4b6724dc2e37d4fb678f654a2b4267e /OpenSim | |
parent | match file to classname (diff) | |
download | opensim-SC_OLD-93d7c8bd31393d0cf59263acbfce63829638a49b.zip opensim-SC_OLD-93d7c8bd31393d0cf59263acbfce63829638a49b.tar.gz opensim-SC_OLD-93d7c8bd31393d0cf59263acbfce63829638a49b.tar.bz2 opensim-SC_OLD-93d7c8bd31393d0cf59263acbfce63829638a49b.tar.xz |
oops, broke compile. This fixes it
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs b/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs index babc7fd..9bc8016 100644 --- a/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs +++ b/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs | |||
@@ -15,7 +15,7 @@ namespace OpenSim.Data.NHibernate | |||
15 | return cached; | 15 | return cached; |
16 | } | 16 | } |
17 | 17 | ||
18 | public bool IUserType.Equals(object uuid1, object uuid2) | 18 | bool IUserType.Equals(object uuid1, object uuid2) |
19 | { | 19 | { |
20 | return uuid1.Equals(uuid2); | 20 | return uuid1.Equals(uuid2); |
21 | } | 21 | } |