Changed visibility of TSolverEngine.ProcessData for testing

This commit is contained in:
Stefan Müller 2023-12-04 16:26:45 +01:00 committed by Stefan Müller
parent 132c19d018
commit ca294c03f9
1 changed files with 1 additions and 2 deletions

View File

@ -62,9 +62,8 @@ type
{ TSolverEngine }
TSolverEngine = class
private
procedure ProcessData(constref ASolver: ISolver);
public
procedure ProcessData(constref ASolver: ISolver);
procedure Run(constref ASolver: ISolver);
procedure RunAndFree(constref ASolver: ISolver);
end;