mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixed compilation on Strawberry
This commit is contained in:
@@ -15,7 +15,7 @@ BridgeDetector::BridgeDetector(
|
|||||||
lower_slices(_lower_slices),
|
lower_slices(_lower_slices),
|
||||||
spacing(_spacing)
|
spacing(_spacing)
|
||||||
{
|
{
|
||||||
this->expolygons_owned.push_back(std::move(_expolygon));
|
this->expolygons_owned.push_back(STDMOVE(_expolygon));
|
||||||
initialize();
|
initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user