| Index: core/src/fxge/dib/dib_int.h
 | 
| diff --git a/core/src/fxge/dib/dib_int.h b/core/src/fxge/dib/dib_int.h
 | 
| index e01304afd03d89842a819a8fec01cdf4a0539de3..b89e19f87551dda589cd8c07fe5503f1c292f9b8 100644
 | 
| --- a/core/src/fxge/dib/dib_int.h
 | 
| +++ b/core/src/fxge/dib/dib_int.h
 | 
| @@ -18,7 +18,7 @@ extern const int16_t SDP_Table[513];
 | 
|  
 | 
|  class CPDF_FixedMatrix {
 | 
|   public:
 | 
| -  CPDF_FixedMatrix(const CFX_AffineMatrix& src, int bits) {
 | 
| +  CPDF_FixedMatrix(const CFX_Matrix& src, int bits) {
 | 
|      base = 1 << bits;
 | 
|      a = FXSYS_round(src.a * base);
 | 
|      b = FXSYS_round(src.b * base);
 | 
| 
 |