From 70c9db38ef30af84888354c44dac08e1e6d35b9a Mon Sep 17 00:00:00 2001 From: sabrina-shanman Date: Tue, 6 Nov 2018 14:13:48 -0800 Subject: [PATCH] Do not reference HFM inside the hfm namespace --- libraries/hfm/src/hfm/HFM.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/hfm/src/hfm/HFM.h b/libraries/hfm/src/hfm/HFM.h index 1766d519cc..daa94f7e87 100644 --- a/libraries/hfm/src/hfm/HFM.h +++ b/libraries/hfm/src/hfm/HFM.h @@ -66,7 +66,7 @@ public: }; struct JointShapeInfo { - // same units and frame as HFMJoint.translation + // same units and frame as Joint.translation glm::vec3 avgPoint; std::vector dots; std::vector points; @@ -285,7 +285,7 @@ public: QString author; QString applicationName; ///< the name of the application that generated the model - QVector joints; + QVector joints; QHash jointIndices; ///< 1-based, so as to more easily detect missing indices bool hasSkeletonJoints;