Merge pull request #18405 from FreeCAD/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Chris Hennes
2024-12-13 11:52:03 -05:00
committed by GitHub
3 changed files with 6 additions and 14 deletions

View File

@@ -150,7 +150,7 @@ void PathSegmentWalker::walk(PathSegmentVisitor& cb, const Base::Vector3d& start
bool absolutecenter = false;
// for mapping the coordinates to XY plane
double Base::Vector3d::*pz = &Base::Vector3d::z;
double Base::Vector3d::* pz = &Base::Vector3d::z;
cb.setup(last);