Skip to content

Commit a074013

Browse files
mseng10hjmjohnson
authored andcommitted
STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE
Fixes changes made in #2053. ITK_DISALLOW_COPY_AND_ASSIGN will be used if ITK_FUTURE_LEGACY_REMOVE=OFF.
1 parent a691d15 commit a074013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkFirstOrderTextureFeaturesImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ITK_TEMPLATE_EXPORT FirstOrderTextureFeaturesImageFilter
5757
typename Function::FirstOrderTextureHistogram<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
5858
{
5959
public:
60-
ITK_DISALLOW_COPY_AND_ASSIGN(FirstOrderTextureFeaturesImageFilter);
60+
ITK_DISALLOW_COPY_AND_MOVE(FirstOrderTextureFeaturesImageFilter);
6161

6262
/** Standard class type alias. */
6363
using Self = FirstOrderTextureFeaturesImageFilter;

0 commit comments

Comments
 (0)