1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Trying to fix build on msvc2013

This commit is contained in:
tamasmeszaros
2019-03-25 11:00:21 +01:00
parent 8e2ec38670
commit 956391d9d1
+1 -1
View File
@@ -247,7 +247,7 @@ RawBytes Raster::save(Raster::Compression comp)
}
}
return ret;
return std::move(ret);
}
}