From: cristy Date: Mon, 24 May 2010 18:34:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb8db6dd18f89c61757399478b0d7d85dd51c315;p=imagemagick --- diff --git a/magick/morphology.c b/magick/morphology.c index cdbd32bbb..9fc30a968 100644 --- a/magick/morphology.c +++ b/magick/morphology.c @@ -109,7 +109,7 @@ static inline double MagickMax(const double x,const double y) /* Currently these are only internal to this module */ static void CalcKernelMetaData(KernelInfo *), - ExpandKernelInfo(KernelInfo *, double), + ExpandKernelInfo(KernelInfo *, const double), RotateKernelInfo(KernelInfo *, double);