Skip to content

Commit 7f2fa52

Browse files
committed
[change] change visibility of LinkXmlWriter to public.
1 parent da46e71 commit 7f2fa52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Editor/Link/LinkXmlWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace HybridCLR.Editor.Link
1111
{
12-
internal class LinkXmlWriter
12+
public class LinkXmlWriter
1313
{
1414
public void Write(string outputLinkXmlFile, HashSet<TypeRef> refTypes)
1515
{

0 commit comments

Comments
 (0)