diff --git a/MagickCore/cache-view.h b/MagickCore/cache-view.h index 7be39f1..abb99b4 100644 --- a/MagickCore/cache-view.h +++ b/MagickCore/cache-view.h
@@ -72,12 +72,11 @@ extern MagickExport MagickBooleanType GetOneCacheViewVirtualPixel(const CacheView *,const ssize_t,const ssize_t, - PixelPacket *,ExceptionInfo *), - GetOneCacheViewVirtualMethodPixel(const CacheView *, - const VirtualPixelMethod,const ssize_t,const ssize_t,PixelPacket *, - ExceptionInfo *), + Quantum *,ExceptionInfo *), + GetOneCacheViewVirtualMethodPixel(const CacheView *,const VirtualPixelMethod, + const ssize_t,const ssize_t,Quantum *,ExceptionInfo *), GetOneCacheViewAuthenticPixel(const CacheView *,const ssize_t,const ssize_t, - PixelPacket *,ExceptionInfo *), + Quantum *,ExceptionInfo *), SetCacheViewStorageClass(CacheView *,const ClassType), SetCacheViewVirtualPixelMethod(CacheView *,const VirtualPixelMethod), SyncCacheViewAuthenticPixels(CacheView *,ExceptionInfo *);