diff Core/Images/PngReader.h @ 2861:9b4251721f22

ImageAccessor now non-copyable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 17:46:02 +0200
parents 878b59270859
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/Images/PngReader.h	Wed Oct 03 16:13:19 2018 +0200
+++ b/Core/Images/PngReader.h	Fri Oct 05 17:46:02 2018 +0200
@@ -48,7 +48,6 @@
 #include <vector>
 #include <stdint.h>
 #include <boost/shared_ptr.hpp>
-#include <boost/noncopyable.hpp>
 
 #if !defined(ORTHANC_SANDBOXED)
 #  error The macro ORTHANC_SANDBOXED must be defined
@@ -56,9 +55,7 @@
 
 namespace Orthanc
 {
-  class PngReader : 
-    public ImageAccessor, 
-    public boost::noncopyable
+  class PngReader : public ImageAccessor
   {
   private:
     struct PngRabi;