Build error fix for msvc

This commit is contained in:
tamasmeszaros 2018-12-11 16:20:30 +01:00
parent b31c62e044
commit 15eae24650

View file

@ -680,7 +680,7 @@ void SLAPrint::process()
auto& levels = m_printer_input; auto& levels = m_printer_input;
// Rasterizing the model objects, and their supports // Rasterizing the model objects, and their supports
auto rasterize = [this, &levels]() { auto rasterize = [this, max_objstatus, &levels]() {
if(canceled()) return; if(canceled()) return;
// clear the rasterizer input // clear the rasterizer input