From 3a24fb2f4725d79b181fcf5d80646711be5c888c Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 4 Jul 2019 20:25:52 +0200 Subject: [PATCH] Yet another compilation fix. --- src/libslic3r/Geometry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/Geometry.hpp b/src/libslic3r/Geometry.hpp index d8eefbed08..585dc4b0bc 100644 --- a/src/libslic3r/Geometry.hpp +++ b/src/libslic3r/Geometry.hpp @@ -276,7 +276,7 @@ private: { // Calling a private constructor with special "int" parameter to indicate that no construction is necessary. construct(1); - ar(construct.ptr()->m_offset, construct.ptr()->m_rotation, construct.ptr()->m_scaling_factor, m_mirror); + ar(construct.ptr()->m_offset, construct.ptr()->m_rotation, construct.ptr()->m_scaling_factor, construct.ptr()->m_mirror); } };