From b18ec38ef9775f0627085119f593ba1c37088478 Mon Sep 17 00:00:00 2001 From: Leonardo Florez-Valencia Date: Thu, 28 Apr 2016 10:03:22 -0500 Subject: [PATCH] ... --- plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.45.1