From: cristy Date: Wed, 15 Sep 2010 14:28:48 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8914 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9488133a783601038edfe7709e5131de6351f05f;p=imagemagick --- diff --git a/Magick++/lib/Magick++/STL.h b/Magick++/lib/Magick++/STL.h index 3f372a36a..d51d4f9b5 100644 --- a/Magick++/lib/Magick++/STL.h +++ b/Magick++/lib/Magick++/STL.h @@ -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 + template void forwardFourierTransformImage( Container *fourierImages_, const Image &image_ ) { MagickCore::ExceptionInfo exceptionInfo; @@ -2224,7 +2224,7 @@ namespace Magick throwException( exceptionInfo ); (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); } - template + template void forwardFourierTransformImage( Container *fourierImages_, const Image &image_, const bool magnitude_ ) { MagickCore::ExceptionInfo exceptionInfo;