Changed visibility of TSolverEngine.ProcessData for testing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user