Changed visibility of TSolverEngine.ProcessData for testing
This commit is contained in:
parent
132c19d018
commit
ca294c03f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue