Skip to content

Commit

Permalink
Update HostWindow.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 4, 2023
1 parent a4a59a0 commit 0625825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dock.Avalonia/Controls/HostWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ protected override void OnClosed(EventArgs e)
}

/// <inheritdoc/>
protected override void OnClosing(CancelEventArgs e)
protected override void OnClosing(WindowClosingEventArgs e)
{
base.OnClosing(e);

Expand Down

0 comments on commit 0625825

Please sign in to comment.