Skip to content
  • jcfr's avatar
    COMP: vtkITK: Add ITK_OVERRIDE for ThreadedExecution · b951e1d1
    jcfr authored
    This commit fixes the following warning:
    
    Slicer/Libs/vtkITK/itkMorphologicalContourInterpolator.hxx:93:3: warning: 'ThreadedExecution' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
      ThreadedExecution( const DomainType& subDomain, const ThreadIdType threadId )
    
    From: Hans Johnson <hans-johnson@uiowa.edu>
    
    git-svn-id: http://svn.slicer.org/Slicer4/trunk@26364 3bd1e089-480b-0410-8dfb-8563597acbee
    b951e1d1