| Index: core/fxge/dib/dib_int.h
|
| diff --git a/core/fxge/dib/dib_int.h b/core/fxge/dib/dib_int.h
|
| index 23dd0babba29da80c6d0e25e73eb8ec2f8241f71..ebb1ddc0ed220b28b2fe409a950489ef5d1ba7bc 100644
|
| --- a/core/fxge/dib/dib_int.h
|
| +++ b/core/fxge/dib/dib_int.h
|
| @@ -86,8 +86,8 @@ class CStretchEngine {
|
| int m_SrcWidth, m_SrcHeight;
|
| int m_SrcPitch, m_InterPitch;
|
| int m_ExtraMaskPitch;
|
| - unsigned char* m_pInterBuf;
|
| - unsigned char* m_pExtraAlphaBuf;
|
| + uint8_t* m_pInterBuf;
|
| + uint8_t* m_pExtraAlphaBuf;
|
| int m_TransMethod;
|
| int m_Flags;
|
| CWeightTable m_WeightTable;
|
|
|