Skip to content

Commit

Permalink
Fix compiler error due to use of non Enum macro.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson authored and dzenanz committed Feb 26, 2020
1 parent b91c5e0 commit c0a1e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/itkTileMontage.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class ITK_TEMPLATE_EXPORT TileMontage : public ProcessObject
itkGetConstMacro(PaddingMethod, PhaseCorrelationImageRegistrationMethodEnums::PaddingMethod);

/** Set/Get the peak interpolation method. */
itkSetMacro(PeakInterpolationMethod, typename PCMOptimizerType::PeakInterpolationMethodEnum);
itkSetEnumMacro(PeakInterpolationMethod, typename PCMOptimizerType::PeakInterpolationMethodEnum);
itkGetConstMacro(PeakInterpolationMethod, typename PCMOptimizerType::PeakInterpolationMethodEnum);

/** Get/Set size of the image mosaic. */
Expand Down

0 comments on commit c0a1e48

Please sign in to comment.