mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Fixed compilation on Strawberry
This commit is contained in:
parent
5aacc6b015
commit
443e900e07
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue