From c575e19b8188bcb7dba234c54ff3d643756b7390 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Mon, 17 Oct 2016 13:09:10 -0700 Subject: [PATCH] more CR feedback --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 13fa51df24..e4486e5984 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -586,7 +586,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo qCDebug(interfaceapp) << "Home sandbox appears to be running....."; determinedSandboxState = true; sandboxRunning = true; - }, [&]() { + }, [&, wantsSandboxRunning]() { qCDebug(interfaceapp) << "Home sandbox does not appear to be running...."; determinedSandboxState = true; sandboxRunning = false;