aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 07c5b427..dc883102 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -267,7 +267,10 @@ class QPDFObjectHandle
double ury;
};
- // Convenience object for transformation matrices
+ // Convenience object for transformation matrices. See also
+ // QPDFMatrix. Unfortunately we can't replace this with QPDFMatrix
+ // because QPDFMatrix's default constructor creates the identity
+ // transform matrix and this one is all zeroes.
class Matrix
{
public: