8000 fix other versions · pythonnet/pythonnet@e8a53d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8a53d0

Browse files
committed
fix other versions
1 parent 776ae32 commit e8a53d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime/interop36.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Python.Runtime
1414
{
1515
[StructLayout(LayoutKind.Sequential)]
16-
internal class TypeOffset
16+
internal static partial class TypeOffset
1717
{
1818
// Auto-generated from PyHeapTypeObject in Python.h
1919
public static int ob_refcnt = 0;

src/runtime/interop37.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace Python.Runtime
1414
{
1515
[StructLayout(LayoutKind.Sequential)]
16-
internal class TypeOffset
16+
internal static partial class TypeOffset
1717
{
1818
// Auto-generated from PyHeapTypeObject in Python.h
1919
public static int ob_refcnt = 0;

0 commit comments

Comments
 (0)
0