Control: tag -1 patch Using patch from GDCM:
$ git show 45d7968 commit 45d7968d31b95ac505e937d0a21c9429571fa565 Author: Mathieu Malaterre <[email protected]> Date: Wed Nov 27 10:33:27 2013 +0100 Fix a compilation error with clang Intention is the same diff --git a/Utilities/gdcmcharls/processline.h b/Utilities/gdcmcharls/processline.h index 91f5770..e9b7e6f 100644 --- a/Utilities/gdcmcharls/processline.h +++ b/Utilities/gdcmcharls/processline.h @@ -144,7 +144,7 @@ class ProcessTransformed : public ProcessLine { typedef typename TRANSFORM::SAMPLE SAMPLE; - ProcessTransformed(const ProcessTransformed&) {} + ProcessTransformed(const ProcessTransformed&); public: ProcessTransformed(void* pbyteOutput, const JlsParameters& info, TRANSFORM transform) : _pbyteOutput((BYTE*)pbyteOutput), -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

