summaryrefslogtreecommitdiff
path: root/core/src/fxge/dib/dib_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxge/dib/dib_int.h')
-rw-r--r--core/src/fxge/dib/dib_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxge/dib/dib_int.h b/core/src/fxge/dib/dib_int.h
index e01304afd0..b89e19f875 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);