Skip to content

Commit

Permalink
Regenerated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocklogic committed Dec 17, 2023
1 parent ed80e20 commit 208d760
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3043,10 +3043,10 @@ private SourceLocation(void* native, bool skipVTables = false) : this()

public SourceLocation()
{
fixed (__Internal* __instancePtr = &__instance)
{
__Internal.ctor(new __IntPtr(__instancePtr));
}
fixed (__Internal* __instancePtr = &__instance)
{
__Internal.ctor(new __IntPtr(__instancePtr));
}
}

public SourceLocation(uint ID)
Expand Down

0 comments on commit 208d760

Please sign in to comment.