Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124241 | Differences between
and this patch

Collapse All | Expand All

(-)InsightToolkit-4.4.0/Modules/Compatibility/V3Compatibility/include/itkImageToVectorImageFilter.hxx (-1 / +1 lines)
Lines 61-67 Link Here
61
61
62
  for ( unsigned int i = 0; i < numberOfInputs; i++ )
62
  for ( unsigned int i = 0; i < numberOfInputs; i++ )
63
    {
63
    {
64
    InputImageType *input = this->Superclass::GetInput(i);
64
    const InputImageType *input = this->Superclass::GetInput(i);
65
    if ( !input )
65
    if ( !input )
66
      {
66
      {
67
      itkExceptionMacro(<< "Input " << i << " not set!");
67
      itkExceptionMacro(<< "Input " << i << " not set!");

Return to bug 124241