Skip to content

Commit

Permalink
Merge pull request #98 from InsightSoftwareConsortium/fix_verifycondi…
Browse files Browse the repository at this point in the history
…tions_itkV5Const

COMP: Use macro ITKv5_CONST in VerifyInputInformation
  • Loading branch information
phcerdan authored Nov 26, 2018
2 parents 3f88e66 + 825f2f1 commit 7418e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/itkWaveletFrequencyInverse.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class WaveletFrequencyInverse:

/** Input images do not occupy the same physical space.
* Remove the check. */
void VerifyInputInformation() const override {};
void VerifyInputInformation() ITKv5_CONST override {};

private:
unsigned int m_Levels;
Expand Down
2 changes: 1 addition & 1 deletion include/itkWaveletFrequencyInverseUndecimated.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ template< typename TInputImage,

/** Input images do not occupy the same physical space.
* Remove the check. */
void VerifyInputInformation() const override {};
void VerifyInputInformation() ITKv5_CONST override {};

private:
unsigned int m_Levels;
Expand Down

0 comments on commit 7418e91

Please sign in to comment.