From aec70b0bb2c86949b165630d20e99af0d47104a5 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Fri, 21 Apr 2006 20:56:53 +0000 Subject: [PATCH] Implementation and declartion in intern.h differed. Changed so both is using the same datatype. svn-id: r22074 --- graphics/scaler/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/scaler/intern.h b/graphics/scaler/intern.h index cf8fa9b285e..43356a23b9c 100644 --- a/graphics/scaler/intern.h +++ b/graphics/scaler/intern.h @@ -142,7 +142,7 @@ static inline bool diffYUV(int yuv1, int yuv2) { * 16bit RGB to YUV conversion table. This table is setup by InitLUT(). * Used by the hq scaler family. */ -extern "C" uint *RGBtoYUV; +extern "C" uint32 *RGBtoYUV; /** Auxiliary macro to simplify creating those template function wrappers. */ #define MAKE_WRAPPER(FUNC) \