Skip to content

Commit d857873

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 2a295a5 commit d857873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkProxTVImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ template <typename TInputImage, typename TOutputImage>
3838
class ProxTVImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
3939
{
4040
public:
41-
ITK_DISALLOW_COPY_AND_ASSIGN(ProxTVImageFilter);
41+
ITK_DISALLOW_COPY_AND_MOVE(ProxTVImageFilter);
4242

4343
static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
4444

0 commit comments

Comments
 (0)