Fixed compilation on Strawberry

This commit is contained in:
bubnikv 2016-11-08 11:23:08 +01:00
parent 5aacc6b015
commit 443e900e07

View file

@ -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();
} }