diff --git a/src/Avalonia.Controls/Platform/IWindowImpl.cs b/src/Avalonia.Controls/Platform/IWindowImpl.cs
index 383515b9f9..91386c93fe 100644
--- a/src/Avalonia.Controls/Platform/IWindowImpl.cs
+++ b/src/Avalonia.Controls/Platform/IWindowImpl.cs
@@ -152,6 +152,6 @@ namespace Avalonia.Platform
///
/// A span of windows to get their z-order
/// Span to be filled with associated window z-order
- internal void GetWindowsZOrder(Span windows, Span zOrder);
+ void GetWindowsZOrder(Span windows, Span zOrder);
}
}