We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0eff9 commit 4d7a929Copy full SHA for 4d7a929
Nodes/BaseHexNode.cs
@@ -13,7 +13,7 @@ public abstract class BaseHexNode : BaseNode
13
public static DateTime CurrentHighlightTime;
14
public static readonly TimeSpan HightlightDuration = TimeSpan.FromSeconds(1);
15
16
- public BaseHexNode()
+ protected BaseHexNode()
17
{
18
Contract.Ensures(buffer != null);
19
Nodes/BaseNode.cs
@@ -63,7 +63,7 @@ private void ObjectInvariants()
63
}
64
65
/// <summary>Constructor which sets a unique <see cref="Name"/>.</summary>
66
- public BaseNode()
+ protected BaseNode()
67
68
Contract.Ensures(name != null);
69
Contract.Ensures(comment != null);
0 commit comments