Skip to content

Commit

Permalink
fix UI build
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <[email protected]>
  • Loading branch information
pet-mit committed Jan 20, 2025
1 parent d5d90f0 commit be5564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/simulator/windows/simulation/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Run::Run(wxWindow* parent, bool preproOnly):
wxT("Ortools solver : "));

pOrtoolsSolverCombox = new wxComboBox(pBigDaddy, wxID_ANY, "sirius");
std::list<std::string> solverList = getAvailableOrtoolsSolverNames(SolverClass::LINEAR);
std::list<std::string> solverList = getAvailableSolverNames(SolverClass::LINEAR);
for (const std::string& solverName: solverList)
{
pOrtoolsSolverCombox->Append(solverName);
Expand Down

0 comments on commit be5564e

Please sign in to comment.