Fix handles

This commit is contained in:
Rune
2026-02-22 14:53:32 +01:00
parent a64e7a0cac
commit 86db0167f1
7 changed files with 26 additions and 26 deletions

View File

@@ -566,7 +566,7 @@ extension Clang
* the API information for a given translation unit. This can be used for a
* single symbol symbol graph for a given symbol.
*/
[CRepr] public struct CXAPISetImpl; public struct CXAPISet : this(CXAPISetImpl* ptr);
[CRepr] public struct CXAPISetImpl; public struct CXAPISet : int {}
extension Clang
{