Skip to content

Commit 32b4992

Browse files
committed
Sync with ReClass.NET code changes.
1 parent 961ba67 commit 32b4992

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

WeakPtrNode.cs

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ class WeakPtrNode : BaseReferenceNode
1414
/// <summary>Size of the node in bytes.</summary>
1515
public override int MemorySize => IntPtr.Size;
1616

17-
1817
/// <summary>Disable the cycle check for pointer references.</summary>
19-
public WeakPtrNode()
20-
: base(false)
21-
{
22-
23-
}
18+
public override bool PerformCycleCheck => false;
2419

2520
/// <summary>Called when the node was created. Creates a new class as inner node.</summary>
2621
public override void Intialize()

0 commit comments

Comments
 (0)