From: cristy Date: Thu, 5 Jan 2012 12:28:39 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a600d5a16a4c2d1a411a9b18479d1a3df9d34313;p=imagemagick --- diff --git a/Magick++/lib/Magick++/STL.h b/Magick++/lib/Magick++/STL.h index f3384e603..f7a71f54a 100644 --- a/Magick++/lib/Magick++/STL.h +++ b/Magick++/lib/Magick++/STL.h @@ -2112,9 +2112,9 @@ namespace Magick for ( size_t i=0; i < colors; i++) { histogram_->insert(histogram_->end(),std::pair - ( Color(ClampToQuantum(histogram_array[i].red), - ClampToQuantum(histogram_array[i].green), - ClampToQuantum(histogram_array[i].blue)), + ( Color(MagickCore::ClampToQuantum(histogram_array[i].red), + MagickCore::ClampToQuantum(histogram_array[i].green), + MagickCore::ClampToQuantum(histogram_array[i].blue)), (size_t) histogram_array[i].count) ); }