Skip to content

Commit

Permalink
Fix headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillibald committed May 7, 2024
1 parent 84ac0ee commit 7bdc651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Headless/Avalonia.Headless/HeadlessWindowImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public void SetTransparencyLevelHint(IReadOnlyList<WindowTransparencyLevel> tran

}

public void SetParent(IWindowImpl? parent)
public void SetParent(IWindowBaseImpl? parent)
{

}
Expand Down

0 comments on commit 7bdc651

Please sign in to comment.