diff OrthancServer/DicomDirWriter.h @ 1303:bba8a47922d1

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Feb 2015 16:47:24 +0100
parents 6e7e5ed91c2d
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/DicomDirWriter.h	Tue Feb 10 16:33:57 2015 +0100
+++ b/OrthancServer/DicomDirWriter.h	Tue Feb 10 16:47:24 2015 +0100
@@ -34,9 +34,11 @@
 
 #include "ParsedDicomFile.h"
 
+#include <boost/noncopyable.hpp>
+
 namespace Orthanc
 {
-  class DicomDirWriter
+  class DicomDirWriter : public boost::noncopyable
   {
   private:
     class PImpl;