From acd4109d5bcf5b669f313e22d50feee6ebb48821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tr=C3=B6ger?= Date: Thu, 3 Oct 2013 13:06:23 +0000 Subject: [PATCH] add missing template specifier (gcc error) --- src/Mod/Assembly/App/opendcm/modulePart/module.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Assembly/App/opendcm/modulePart/module.hpp b/src/Mod/Assembly/App/opendcm/modulePart/module.hpp index de3923e29..f74d86ce2 100644 --- a/src/Mod/Assembly/App/opendcm/modulePart/module.hpp +++ b/src/Mod/Assembly/App/opendcm/modulePart/module.hpp @@ -325,8 +325,8 @@ ModulePart::type::Part_base::addGeometry3D(const T& geom, Coo template template -void ModulePart::type::Part_base::transform_traverse(typename ModulePart::type::Part_base::Transform& t, - boost::shared_ptr::type::Part_base::Cluster> c) { +void ModulePart::type::Part_base::transform_traverse(typename ModulePart::template type::Part_base::Transform& t, + boost::shared_ptr::template type::Part_base::Cluster> c) { t *= c->template getProperty().m_transform;