We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a691d15 commit a074013Copy full SHA for a074013
include/itkFirstOrderTextureFeaturesImageFilter.h
@@ -57,7 +57,7 @@ class ITK_TEMPLATE_EXPORT FirstOrderTextureFeaturesImageFilter
57
typename Function::FirstOrderTextureHistogram<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
58
{
59
public:
60
- ITK_DISALLOW_COPY_AND_ASSIGN(FirstOrderTextureFeaturesImageFilter);
+ ITK_DISALLOW_COPY_AND_MOVE(FirstOrderTextureFeaturesImageFilter);
61
62
/** Standard class type alias. */
63
using Self = FirstOrderTextureFeaturesImageFilter;
0 commit comments