Skip to content

Commit 0d5a915

Browse files
committed
Allow CI to pass
1 parent e01b913 commit 0d5a915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/ClangSharp/Cursors/Cursor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public IReadOnlyList<Cursor> CursorChildren
6565
cursorChildrenHandle.Free();
6666

6767
#if NET6_0_OR_GREATER
68-
[UnmanagedCallersOnly(CallConvs = [typeof(CallConvCdecl)])]
68+
[UnmanagedCallersOnly(CallConvs = new System.Type[] { typeof(CallConvCdecl) })]
6969
#endif
7070
static CXChildVisitResult Visitor(CXCursor cursor, CXCursor parent, void* client_data)
7171
{

0 commit comments

Comments
 (0)