Skip to content

Commit

Permalink
Merge pull request #12 from jhlegarreta/MoveDISALLOWCOPYANDASSIGNToPu…
Browse files Browse the repository at this point in the history
…blicSection

COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
  • Loading branch information
thewtex committed Apr 20, 2018
2 parents 52c14db + 51f3dff commit d436bc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/itkAnalyzeObjectLabelMapImageIO.h
Expand Up @@ -54,6 +54,7 @@ constexpr int NumberOfRunLengthElementsPerRead = 1;
class ITK_EXPORT AnalyzeObjectLabelMapImageIO : public ImageIOBase
{
public:
ITK_DISALLOW_COPY_AND_ASSIGN(AnalyzeObjectLabelMapImageIO);

/** Standard class type alias. */
using Self = AnalyzeObjectLabelMapImageIO;
Expand Down Expand Up @@ -125,8 +126,6 @@ class ITK_EXPORT AnalyzeObjectLabelMapImageIO : public ImageIOBase
std::ifstream m_InputFileStream;
int m_LocationOfFile;
// int m_CollapsedDims[8];
ITK_DISALLOW_COPY_AND_ASSIGN(AnalyzeObjectLabelMapImageIO);

};

} // end namespace itk
Expand Down

0 comments on commit d436bc7

Please sign in to comment.