]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 15 Sep 2010 14:28:48 +0000 (14:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 15 Sep 2010 14:28:48 +0000 (14:28 +0000)
Magick++/lib/Magick++/STL.h

index 3f372a36a193b5c650b5094abf7ab5a26a0c7f88..d51d4f9b5e966866e916b46bdcd6b337aa4629f2 100644 (file)
@@ -2204,7 +2204,7 @@ namespace Magick
 
   // Implements the discrete Fourier transform (DFT) of the image either as a
   // magnitude / phase or real / imaginary image pair.
-  template <class InputIterator, class Container >
+  template <class Container >
   void forwardFourierTransformImage( Container *fourierImages_,
     const Image &image_ ) {
     MagickCore::ExceptionInfo exceptionInfo;
@@ -2224,7 +2224,7 @@ namespace Magick
     throwException( exceptionInfo );
     (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
   }
-  template <class InputIterator, class Container >
+  template <class Container >
   void forwardFourierTransformImage( Container *fourierImages_,
     const Image &image_, const bool magnitude_ ) {
     MagickCore::ExceptionInfo exceptionInfo;