aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/OSUUID.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/OSUUID.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/OSUUID.cs b/OpenSim/Framework/OSUUID.cs
index 169c0e3..90de347 100644
--- a/OpenSim/Framework/OSUUID.cs
+++ b/OpenSim/Framework/OSUUID.cs
@@ -34,7 +34,7 @@ namespace OpenSim.Framework
34 public class OSUUID: IComparable 34 public class OSUUID: IComparable
35 { 35 {
36 public Guid UUID; 36 public Guid UUID;
37 37
38 public OSUUID() {} 38 public OSUUID() {}
39 39
40 /* Constructors */ 40 /* Constructors */