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
+1 -1
View File
@@ -6,7 +6,7 @@
namespace Microsoft.Iris.Session
{
internal struct ErrorWatermark
public struct ErrorWatermark
{
private uint _currentErrorCount;