From bc1737c0da20a1770b0c8f83b092fd57faf96502 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Wed, 27 Oct 2021 16:16:49 +0200 Subject: [PATCH] Yet another bugfix for gcc where MSVC was happy with non-conformant code --- src/libslic3r/Geometry/Circle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/Geometry/Circle.hpp b/src/libslic3r/Geometry/Circle.hpp index 9b2e2b1ac..07a3f268d 100644 --- a/src/libslic3r/Geometry/Circle.hpp +++ b/src/libslic3r/Geometry/Circle.hpp @@ -170,4 +170,4 @@ int ray_circle_intersections(T r, T a, T b, T c, std::pair