From: Leonardo Florez-Valencia Date: Thu, 28 Apr 2016 15:03:22 +0000 (-0500) Subject: ... X-Git-Tag: v0.1~169 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b18ec38ef9775f0627085119f593ba1c37088478;p=cpPlugins.git ... --- diff --git a/plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx b/plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx index d53c71b..2c0a00f 100644 --- a/plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx +++ b/plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx @@ -43,7 +43,7 @@ _GenerateData( ) { if( dobjs[ d ] != NULL ) { - typename _TBB::Pointer bb = _TBB::New( ); + _TBB::Pointer bb = _TBB::New( ); bb->SetDataObject( dobjs[ d ] ); out->Blend( bb );