Skip to content

Commit daf7359

Browse files
committed
Make GenericSort public
1 parent 36a1b39 commit daf7359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Semgus-Lib/Model/Smt/SmtSort.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public virtual void UpdateForResolvedParameters(IList<SmtSort> resolved) { }
5555
/// <summary>
5656
/// An arbitrary generic sort
5757
/// </summary>
58-
internal class GenericSort : SmtSort
58+
public class GenericSort : SmtSort
5959
{
6060
/// <summary>
6161
/// Constructs a new generic sort

0 commit comments

Comments
 (0)