Merge branch 'fixuuid' of bitbucket.org:kf6kjg/libremetaverse into appveyorci
Because without it nothing compiles.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace OpenMetaverse
|
||||
public struct UUID : IComparable<UUID>, IEquatable<UUID>
|
||||
{
|
||||
/// <summary>The System.Guid object this struct wraps around</summary>
|
||||
public readonly Guid Guid;
|
||||
public Guid Guid { get; internal set; }
|
||||
|
||||
#region Constructors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user