Skip to content

Commit c722776

Browse files
committed
fix other versions
1 parent 630da19 commit c722776

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/runtime/interop34.cs

+1-1
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/interop35.cs

+1-1
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/interop36.cs

+1-1
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

+1-1
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)