From: dirk Date: Mon, 18 Jul 2016 18:30:04 +0000 (+0200) Subject: The copy constructor and assignment are now supported. X-Git-Tag: 7.0.2-5~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=903e501876d405ffd6f9f38f5e72db9acc3d15e8;p=imagemagick The copy constructor and assignment are now supported. --- diff --git a/Magick++/lib/Magick++/STL.h b/Magick++/lib/Magick++/STL.h index 85a7a21e9..2e535197e 100644 --- a/Magick++/lib/Magick++/STL.h +++ b/Magick++/lib/Magick++/STL.h @@ -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;