Skip to content

Commit

Permalink
Stop using GuidGenerator in Make() methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 26, 2023
1 parent ece1500 commit 6637158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cswinrt/code_writers.h
Original file line number Diff line number Diff line change
Expand Up @@ -9415,7 +9415,7 @@ RuntimeHelpers.RunClassConstructor(typeof(%).TypeHandle);
public static IntPtr Make()
{
using var marshaler = MarshalInspectable<%>.CreateMarshaler(_factory).As<ABI.WinRT.Interop.IActivationFactory.Vftbl>();
using var marshaler = MarshalInspectable<%>.CreateMarshaler(_factory).As<ABI.WinRT.Interop.IActivationFactory.Vftbl>(IActivationFactoryMethods.IID);
return marshaler.GetRef();
}
Expand Down

0 comments on commit 6637158

Please sign in to comment.