Skip to content

Commit

Permalink
Fix Type.GetGuidSignature to still point to WUX.Interop (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored May 1, 2020
1 parent 42b1636 commit b2b8b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinRT.Runtime/Projections/Type.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void DisposeAbi(Type abi) { }

public static string GetGuidSignature()
{
return "struct(Microsoft.UI.Xaml.Interop.TypeName;string;enum(Microsoft.UI.Xaml.Interop.TypeKind;i4))";
return "struct(Windows.UI.Xaml.Interop.TypeName;string;enum(Windows.UI.Xaml.Interop.TypeKind;i4))";
}
}
}

0 comments on commit b2b8b5e

Please sign in to comment.