Skip to content

Commit ea4b2b6

Browse files
committed
Minor change
1 parent 44f39da commit ea4b2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/Types/EnumObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Python.Runtime
77
/// Managed class that provides the implementation for reflected enum types.
88
/// </summary>
99
[Serializable]
10-
internal class EnumObject : ClassObject
10+
internal class EnumObject : ClassBase
1111
{
1212
private bool _isUnsigned;
1313

0 commit comments

Comments
 (0)