Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaanstra committed Sep 26, 2023
1 parent c25bb57 commit 918af6d
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 @@ -5995,7 +5995,7 @@ public static Guid PIID = Vftbl.PIID;

w.write(R"(% static class %
{
public static global::System.Guid IID { get; } = new Guid(new global::System.ReadOnlySpan<byte>(new byte[] { % }));
internal static global::System.Guid IID { get; } = new Guid(new global::System.ReadOnlySpan<byte>(new byte[] { % }));
%
}
Expand Down

0 comments on commit 918af6d

Please sign in to comment.