From c4b500215778da0d84cc748f7193f0a30cfc7806 Mon Sep 17 00:00:00 2001 From: dirk Date: Mon, 2 Dec 2013 07:57:12 +0000 Subject: [PATCH] Minor fixes. --- Magick++/lib/Magick++/Image.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index 9e1f3cffb..e4733c66d 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -51,7 +51,7 @@ namespace Magick // a handle object which contains a pointer to a shared reference // object (ImageRef). As such, this object is extremely space efficient. // - class Image + class MagickPPExport Image { public: // Construct from image file or image specification @@ -432,8 +432,6 @@ namespace Magick const Color &backgroundColor, const GravityType gravity_ ); - void extract ( const Geometry &geometry_ ); - // Flip image (reflect each scanline in the vertical direction) void flip ( void ); -- 2.40.0