Skip to content

Commit

Permalink
BUG: Restore enum typedef name Convolution and Deconvolution filters
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp authored and hjmjohnson committed Feb 8, 2020
1 parent da0e395 commit 14851ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class ITK_TEMPLATE_EXPORT ConvolutionImageFilterBase : public ImageToImageFilter

/** Reverse compatibility for enumerations */
using OutputRegionModeEnum = ConvolutionImageFilterOutputRegionEnum;
using OutputRegionModeType = ConvolutionImageFilterOutputRegionEnum;
#if !defined(ITK_LEGACY_REMOVE)
// We need to expose the enum values at the class level
// for backwards compatibility
Expand Down

0 comments on commit 14851ac

Please sign in to comment.