Skip to content
Snippets Groups Projects
Commit 102e5709 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed bug in SolverMonitor

parent a4f3db52
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@ class SolverMonitor
SolverMonitor()
: timeout_milliseconds(500),
stopped(true)
stopped(true),
timer(nullptr)
{};
~SolverMonitor() {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment