From f4331f28c98fd411732a723c29f65855c5f2ba3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tr=C3=B6ger?= Date: Sun, 5 May 2013 18:49:46 +0200 Subject: [PATCH] remove typename outside templates --- src/Mod/Assembly/App/Solver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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