Skip to content

Commit

Permalink
COMP: Fix HyperSphereImageSource class name in type macro (was Image)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 4, 2024
1 parent b91741f commit 52bd69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/itkMontagePCMTestSynthetic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HyperSphereImageSource : public itk::Object
itkNewMacro(Self);

/** Run-time type information (and related methods). */
itkTypeMacro(Image, Object);
itkTypeMacro(HyperSphereImageSource, Object);

using ImageType = itk::Image<TPixel, VDimension>;

Expand Down

0 comments on commit 52bd69e

Please sign in to comment.