]> granicus.if.org Git - imagemagick/commitdiff
The copy constructor and assignment are now supported.
authordirk <dirk@git.imagemagick.org>
Mon, 18 Jul 2016 18:30:04 +0000 (20:30 +0200)
committerdirk <dirk@git.imagemagick.org>
Mon, 18 Jul 2016 18:30:04 +0000 (20:30 +0200)
Magick++/lib/Magick++/STL.h

index 85a7a21e93f070db10229c3e34328e0a1d0429f8..2e535197eedb2a765db801c80dd5c9d1ba6703bd 100644 (file)
@@ -128,10 +128,6 @@ namespace Magick
     void operator()( Image &image_ ) const;
 
   private:
-    // Copy constructor and assignment are not supported
-    annotateImage(const annotateImage&);
-    annotateImage& operator=(const annotateImage&);
-
     const std::string   _text;
     const Geometry      _geometry;
     const GravityType   _gravity;