aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-01-25 02:16:28 +0100
committerJay Berkenbilt <ejb@ql.org>2010-01-25 02:16:28 +0100
commit26a3c3a1c43d83c5a92b01e7ce37da5bb75202f8 (patch)
treefe620d4be321c125be931f231d72615ac8b28bd1 /include
parent05a6d9669d1ac20d3a86eb958506e247a5d91aa9 (diff)
downloadqpdf-26a3c3a1c43d83c5a92b01e7ce37da5bb75202f8.tar.zst
update for fixes to linearization padding calculations
git-svn-id: svn+q:///qpdf/trunk@933 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFWriter.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 4e138f8f..f1058a8f 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -240,7 +240,8 @@ class QPDFWriter
int prev,
int hint_id,
int hint_offset,
- int hint_length);
+ int hint_length,
+ bool skip_compression);
// When filtering subsections, push additional pipelines to the
// stack. When ready to switch, activate the pipeline stack.