aboutsummaryrefslogtreecommitdiff
path: root/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.hpp')
-rw-r--r--ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.hpp b/ui.hpp
index 8496b58..07383fd 100644
--- a/ui.hpp
+++ b/ui.hpp
@@ -28,6 +28,7 @@ class UI {
problem _p;
solution _s;
solver _solver;
+ bool _got_sol;
struct {
double x0, y0, zoom;