Make some markup-related classes public

This commit is contained in:
Yoshi Askharoun
2024-02-02 23:26:38 -06:00
parent e9859b350a
commit ab51ed67bf
8 changed files with 10 additions and 10 deletions
@@ -8,5 +8,5 @@ using System.Collections;
namespace Microsoft.Iris.Session
{
internal delegate void NotifyErrorBatch(IList errors);
public delegate void NotifyErrorBatch(IList errors);
}