Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / cxcore / src / _cxcore.h
index 6b28e93..082d052 100644 (file)
@@ -320,8 +320,8 @@ typedef CvStatus (CV_STDCALL * CvLUT_TransformFunc)( const void* src, int srcste
                                                      int dststep, CvSize size, const void* lut );
 
 CV_INLINE CvStatus
-icvLUT_Transform8u_8s_C1R( const uchar* src, int srcstep, char* dst,
-                            int dststep, CvSize size, const char* lut )
+icvLUT_Transform8u_8s_C1R( const uchar* src, int srcstep, schar* dst,
+                            int dststep, CvSize size, const schar* lut )
 {
     return icvLUT_Transform8u_8u_C1R( src, srcstep, (uchar*)dst,
                                       dststep, size, (const uchar*)lut );