1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed compilation on Strawberry

This commit is contained in:
bubnikv
2016-11-08 11:23:08 +01:00
parent 5aacc6b015
commit 443e900e07
+1 -1
View File
@@ -15,7 +15,7 @@ BridgeDetector::BridgeDetector(
lower_slices(_lower_slices),
spacing(_spacing)
{
this->expolygons_owned.push_back(std::move(_expolygon));
this->expolygons_owned.push_back(STDMOVE(_expolygon));
initialize();
}