From 29158da41e7943ea8019efdbff70c994fb1c73e9 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 1 Feb 2015 18:07:20 +0100 Subject: Begin work on worker thread --- ui.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.hpp') 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; -- cgit v1.2.3