Skip to content

Commit

Permalink
Add missing Guid for ICustomPropertyProvider. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Apr 28, 2020
1 parent 45f9d5b commit 0b5708a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WinRT.Runtime/Projections/ICustomPropertyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ interface ICustomProperty

namespace ABI.Microsoft.UI.Xaml.Data
{
[Guid("30DA92C0-23E8-42A0-AE7C-734A0E5D2782")]
internal class ICustomProperty
{
[Guid("30DA92C0-23E8-42A0-AE7C-734A0E5D2782")]
Expand Down

0 comments on commit 0b5708a

Please sign in to comment.