aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorSean Dague2008-04-09 14:15:54 +0000
committerSean Dague2008-04-09 14:15:54 +0000
commit0919df5cdc924e75f6e79bcb2cc9e1118d1b2ffd (patch)
treed77242ca9625982c158c1806932384e73a934c87 /OpenSim/Data
parentoops, broke compile. This fixes it (diff)
downloadopensim-SC_OLD-0919df5cdc924e75f6e79bcb2cc9e1118d1b2ffd.zip
opensim-SC_OLD-0919df5cdc924e75f6e79bcb2cc9e1118d1b2ffd.tar.gz
opensim-SC_OLD-0919df5cdc924e75f6e79bcb2cc9e1118d1b2ffd.tar.bz2
opensim-SC_OLD-0919df5cdc924e75f6e79bcb2cc9e1118d1b2ffd.tar.xz
checking in a chunk of work because I think I'm tackling
the UUID issue
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs b/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs
index 9bc8016..024d29b 100644
--- a/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs
+++ b/OpenSim/Data/NHibernate/Types/LLUUIDUserType.cs
@@ -67,7 +67,7 @@ namespace OpenSim.Data.NHibernate
67 67
68 public Type ReturnedType 68 public Type ReturnedType
69 { 69 {
70 get { return typeof(LLUUID); } 70 get { return typeof(Guid); }
71 } 71 }
72 72
73 public SqlType[] SqlTypes 73 public SqlType[] SqlTypes