Skip to content

Commit

Permalink
fix for Ubuntu Clang build error in Peer solver
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2079
  • Loading branch information
niklwors authored and OpenModelica-Hudson committed Dec 14, 2017
1 parent e44d430 commit 62af4e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SimulationRuntime/cpp/Include/Solver/Peer/Peer.h
Expand Up @@ -175,12 +175,10 @@ class Peer : public ISolver, public SolverDefaultImplementation
virtual SOLVERSTATUS getSolverStatus()
{ return UNDEF_STATUS; }

/* virtual void setTimeOut(unsigned int time_out)
{}
*/
virtual void setTimeOut(double time_out)
virtual void setTimeOut(unsigned int time_out)
{}


virtual void stop()
{}

Expand Down

0 comments on commit 62af4e6

Please sign in to comment.