Skip to content

Commit

Permalink
Allow CI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Oct 15, 2023
1 parent e01b913 commit 0d5a915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/ClangSharp/Cursors/Cursor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public IReadOnlyList<Cursor> CursorChildren
cursorChildrenHandle.Free();

#if NET6_0_OR_GREATER
[UnmanagedCallersOnly(CallConvs = [typeof(CallConvCdecl)])]
[UnmanagedCallersOnly(CallConvs = new System.Type[] { typeof(CallConvCdecl) })]
#endif
static CXChildVisitResult Visitor(CXCursor cursor, CXCursor parent, void* client_data)
{
Expand Down

0 comments on commit 0d5a915

Please sign in to comment.