Skip to content

Commit 7616dbb

Browse files
committed
Rename argument kind.
1 parent ed6249a commit 7616dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IKVM.ByteCode/OpCodeArgumentKind.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/// <summary>
55
/// Describes the kind of an OpCode.
66
/// </summary>
7-
enum OpCodeArgumentKind : byte
7+
public enum OpCodeArgumentKind : byte
88
{
99

1010
/// <summary>

0 commit comments

Comments
 (0)