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:
authorbubnikv <bubnikv@gmail.com>2016-12-13 21:22:23 +0300
committerbubnikv <bubnikv@gmail.com>2016-12-13 21:22:23 +0300
commit6582182e0c47ffd231c2d84808715a4209108fe2 (patch)
treef18581f104edc74812308a574a4fc1831797c182 /xs/src/libslic3r/EdgeGrid.hpp
parentb2a5a1d22f67eba636d41f49c7684f2480fd3242 (diff)
Adapted to the new ClipperUtils.hpp interface by @alexrj
Diffstat (limited to 'xs/src/libslic3r/EdgeGrid.hpp')
-rw-r--r--xs/src/libslic3r/EdgeGrid.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/xs/src/libslic3r/EdgeGrid.hpp b/xs/src/libslic3r/EdgeGrid.hpp
index f194b4644..2473ce423 100644
--- a/xs/src/libslic3r/EdgeGrid.hpp
+++ b/xs/src/libslic3r/EdgeGrid.hpp
@@ -12,8 +12,9 @@
namespace Slic3r {
namespace EdgeGrid {
-struct Grid
+class Grid
{
+public:
Grid();
~Grid();