Skip to content

Commit

Permalink
BUG: Fix Superclass name in RTTI macro
Browse files Browse the repository at this point in the history
Fix Superclass name in RTTI macro.
  • Loading branch information
jhlegarreta authored and dzenanz committed Apr 17, 2022
1 parent e00832a commit d05afe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ITK_TEMPLATE_EXPORT DenseFiniteDifferenceImageFilter
using ConstPointer = SmartPointer<const Self>;

/** Run-time type information (and related methods) */
itkTypeMacro(DenseFiniteDifferenceImageFilter, ImageToImageFilter);
itkTypeMacro(DenseFiniteDifferenceImageFilter, FiniteDifferenceImageFilter);

/** Convenient type alias */
using typename Superclass::InputImageType;
Expand Down

0 comments on commit d05afe5

Please sign in to comment.