Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-11-16 01:44:03 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-11-16 01:44:03 +0300
commitbf0eb1af0c3ad7bb373b4a945dc9bd6980f61d82 (patch)
treef47a02c14154f4f9a90ca3c16a682c7001ef954d /xs/src/libslic3r/Layer.cpp
parent28466750e614320d3e7e62a1221b2c08b186cab8 (diff)
Refactored ClipperUtils API for a more consistent arguments convention
Diffstat (limited to 'xs/src/libslic3r/Layer.cpp')
-rw-r--r--xs/src/libslic3r/Layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Layer.cpp b/xs/src/libslic3r/Layer.cpp
index 689077d46..17747d06d 100644
--- a/xs/src/libslic3r/Layer.cpp
+++ b/xs/src/libslic3r/Layer.cpp
@@ -98,7 +98,7 @@ Layer::make_slices()
Polygons region_slices_p = (*layerm)->slices;
slices_p.insert(slices_p.end(), region_slices_p.begin(), region_slices_p.end());
}
- union_(slices_p, slices);
+ union_(slices_p, &slices);
}
this->slices.expolygons.clear();