Skip to content

Commit

Permalink
Merge pull request #9 from sqeezy/Issue3
Browse files Browse the repository at this point in the history
Node.Data setable now.
  • Loading branch information
sqeezy committed Nov 19, 2017
2 parents 5ba420c + cd22c24 commit 27ddcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FibonacciHeap/FibonacciHeapNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public FibonacciHeapNode(T data, TKey key)
/// <summary>
/// Gets or sets the node data object.
/// </summary>
public T Data { get; }
public T Data { get; set;}

/// <summary>
/// Gets or sets the reference to the first child node.
Expand Down

0 comments on commit 27ddcae

Please sign in to comment.