]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 28 Apr 2016 15:03:22 +0000 (10:03 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 28 Apr 2016 15:03:22 +0000 (10:03 -0500)
plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx

index d53c71b38874df6bc808bc3efe63d8314c63d19b..2c0a00fcdd442a2d91664f967caba234ed0617c4 100644 (file)
@@ -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 );