From 4bcb6e02414f4457b3faaa937ec9e698c590fb6f Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Sat, 29 Jun 2019 09:51:46 +0300 Subject: [PATCH] Syntax bug --- applications/reconstruct/src/voxel_scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/reconstruct/src/voxel_scene.cpp b/applications/reconstruct/src/voxel_scene.cpp index b857c8efb..8705d660e 100644 --- a/applications/reconstruct/src/voxel_scene.cpp +++ b/applications/reconstruct/src/voxel_scene.cpp @@ -49,7 +49,7 @@ SceneRep::SceneRep(nlohmann::json &config) : Configurable(config), do_reset_(fal }); on("showRegistration", [this](const ftl::config::Event &e) { reg_mode_ = value("showRegistration", false); - }) + }); reg_mode_ = value("showRegistration", false); -- GitLab