diff --git a/src/Mod/Assembly/App/Solver.h b/src/Mod/Assembly/App/Solver.h index 83ea19bcaa..fc74051bcb 100644 --- a/src/Mod/Assembly/App/Solver.h +++ b/src/Mod/Assembly/App/Solver.h @@ -319,9 +319,9 @@ typedef dcm::Module3D< mpl::vector4< gp_Pnt, gp_Lin, gp_Pln, gp_Cylinder>, std:: typedef dcm::ModulePart< mpl::vector1< Base::Placement >, std::string > ModulePart; typedef dcm::System Solver; -typedef typename ModulePart::type::Part Part3D; -typedef typename Module3D::type::Geometry3D Geometry3D; -typedef typename Module3D::type::Constraint3D Constraint3D; +typedef ModulePart::type::Part Part3D; +typedef Module3D::type::Geometry3D Geometry3D; +typedef Module3D::type::Constraint3D Constraint3D; #endif //SOLVER_H \ No newline at end of file