Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit d093c10

Browse files
mseng10hjmjohnson
authored andcommitted
COMP: Add missing ';' at end of macro
A ';' is required at the end of macros in a future version of ITK
1 parent be0b961 commit d093c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/itkHigherOrderAccurateGradientImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class HigherOrderAccurateGradientImageFilter
120120
/** Set/Get the order of accuracy of the derivative operator. For more
121121
* information, see HigherOrderAccurateDerivativeOperator. */
122122
itkSetMacro(OrderOfAccuracy, unsigned int);
123-
itkGetConstMacro(OrderOfAccuracy, unsigned int)
123+
itkGetConstMacro(OrderOfAccuracy, unsigned int);
124124

125125
protected : HigherOrderAccurateGradientImageFilter();
126126
~HigherOrderAccurateGradientImageFilter() override = default;

0 commit comments

Comments
 (0)