Skip to content

Commit

Permalink
Update sources/ClangSharp/Cursors/Refs/OverloadedDeclRef.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Feb 4, 2024
1 parent fb7b7f6 commit 4090c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/ClangSharp/Cursors/Refs/OverloadedDeclRef.cs
Expand Up @@ -24,5 +24,4 @@ internal OverloadedDeclRef(CXCursor handle) : base(handle, CXCursor_OverloadedDe
}

public IEnumerable<Decl> OverloadedDecls => _overloadedDecls.Value;

}

0 comments on commit 4090c68

Please sign in to comment.