From 1d46b54ae5865a6cd687ffb424b281beddabf83d Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Wed, 16 Apr 2025 14:14:27 -0700 Subject: [PATCH] Assembly: align parameter names between decl and impl. --- src/Mod/Assembly/App/AssemblyObject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mod/Assembly/App/AssemblyObject.h b/src/Mod/Assembly/App/AssemblyObject.h index 61ceaff796..acf19f668b 100644 --- a/src/Mod/Assembly/App/AssemblyObject.h +++ b/src/Mod/Assembly/App/AssemblyObject.h @@ -31,7 +31,6 @@ #include #include #include -#include "SimulationGroup.h" #include @@ -130,7 +129,7 @@ public: std::shared_ptr part; Base::Placement offsetPlc; // This is the offset within the bundled parts }; - MbDPartData getMbDData(App::DocumentObject* obj); + MbDPartData getMbDData(App::DocumentObject* part); std::shared_ptr makeMbdMarker(std::string& name, Base::Placement& plc); std::vector> makeMbdJoint(App::DocumentObject* joint); std::shared_ptr makeMbdJointOfType(App::DocumentObject* joint,