Skip to content

Commit a8bacd0

Browse files
Fix for WindowsAppSDK Interface error (from CsWinRT)
Co-authored-by: Ahmed <[email protected]> I had missed the warning from CsWinRT, big thanks to @ahmed605 for helping debug this issue in the Windows App Community Discord!
1 parent 18395e4 commit a8bacd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Adorners/src/AdornerDecorator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace CommunityToolkit.WinUI;
99
/// </summary>
1010
[TemplatePart(Name = PartAdornerLayer, Type = typeof(AdornerLayer))]
1111
[ContentProperty(Name = nameof(Child))]
12-
public sealed class AdornerDecorator : Control
12+
public sealed partial class AdornerDecorator : Control
1313
{
1414
private const string PartAdornerLayer = "AdornerLayer";
1515

0 commit comments

Comments
 (0)