Skip to content

Commit 64a352d

Browse files
authored
Merge pull request #24 from jhlegarreta/FixBuildWarnings
BUG: Fix build warnings.
2 parents 96d888f + a38b424 commit 64a352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkRunLengthTextureFeaturesImageFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ RunLengthTextureFeaturesImageFilter<TInputImage, TOutputImage>
186186
bool insideNeighborhood;
187187

188188
/// ***** Non-boundary Region *****
189-
for ( fit; fit != faceList.end(); ++fit )
189+
for ( ; fit != faceList.end(); ++fit )
190190
{
191191
NeighborhoodIteratorType inputNIt(m_NeighborhoodRadius, this->m_DigitalisedInputImageg, *fit );
192192
typedef itk::ImageRegionIterator< OutputImageType> IteratorType;

0 commit comments

Comments
 (0)