[Insight-developers] ITK Modularization transition pushed

Brad King brad.king at kitware.com
Thu Mar 10 16:31:35 EST 2011


On 03/10/2011 01:49 PM, Williams, Norman K wrote:
> I don't totally understand what's up with this bug, except that this fixes
> it:
> 
> diff --git a/ITK/Core/Common/src/itkDataObject.cxx
> b/ITK/Core/Common/src/itkDataObject.cxx
> index ff27890..ec125ab 100644
> --- a/ITK/Core/Common/src/itkDataObject.cxx
> +++ b/ITK/Core/Common/src/itkDataObject.cxx
> @@ -30,7 +30,7 @@
>  #include "itkRealTimeClock.h"
> 
>  // Manual instantiation is necessary to prevent link errors
> -template class itk::SmartPointerForwardReference< itk::ProcessObject >;
> +//template class itk::SmartPointerForwardReference< itk::ProcessObject >;

http://itk.org/gitweb?p=ITK.git;a=commitdiff;h=b8da9376

-Brad


More information about the Insight-developers mailing list