Yet another bugfix for gcc where MSVC was happy with non-conformant code

This commit is contained in:
Vojtech Bubnik 2021-10-27 16:16:49 +02:00
parent ad2dfe345d
commit bc1737c0da

View file

@ -170,4 +170,4 @@ int ray_circle_intersections(T r, T a, T b, T c, std::pair<Eigen::Matrix<T, 2, 1
} } // namespace Slic3r::Geometry
#endif slic3r_Geometry_Circle_hpp_
#endif // slic3r_Geometry_Circle_hpp_