aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFMatrix.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFMatrix.hh')
-rw-r--r--include/qpdf/QPDFMatrix.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/QPDFMatrix.hh b/include/qpdf/QPDFMatrix.hh
index 0756921a..fb005e50 100644
--- a/include/qpdf/QPDFMatrix.hh
+++ b/include/qpdf/QPDFMatrix.hh
@@ -79,8 +79,7 @@ class QPDFMatrix
// bounds the polygon resulting from transforming the four
// corners.
QPDF_DLL
- QPDFObjectHandle::Rectangle
- transformRectangle(QPDFObjectHandle::Rectangle r) const;
+ QPDFObjectHandle::Rectangle transformRectangle(QPDFObjectHandle::Rectangle r) const;
// operator== tests for exact equality, not considering deltas for
// floating point.