Skip to content

Commit

Permalink
update accessibality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Aug 1, 2024
1 parent 38c3c16 commit 149d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.VM/Types/CompoundType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public abstract class CompoundType : StackItem
/// <summary>
/// The reference counter used to count the items in the VM object.
/// </summary>
protected readonly ReferenceCounter? ReferenceCounter;
protected internal readonly ReferenceCounter? ReferenceCounter;

/// <summary>
/// Create a new <see cref="CompoundType"/> with the specified reference counter.
Expand Down

0 comments on commit 149d53d

Please sign in to comment.