diff Core/Images/PngWriter.h @ 1915:7454019be8f3

noncopyable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2016 14:50:29 +0100
parents b1291df2f780
children 5bcf721bde4f
line wrap: on
line diff
--- a/Core/Images/PngWriter.h	Tue Feb 09 11:47:02 2016 +0100
+++ b/Core/Images/PngWriter.h	Tue Feb 09 14:50:29 2016 +0100
@@ -34,12 +34,13 @@
 
 #include "ImageAccessor.h"
 
+#include <boost/noncopyable.hpp>
 #include <boost/shared_ptr.hpp>
 #include <string>
 
 namespace Orthanc
 {
-  class PngWriter
+  class PngWriter : public boost::noncopyable
   {
   private:
     struct PImpl;