aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Discard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_Discard.hh')
-rw-r--r--include/qpdf/Pl_Discard.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/Pl_Discard.hh b/include/qpdf/Pl_Discard.hh
index c08afd88..6531506a 100644
--- a/include/qpdf/Pl_Discard.hh
+++ b/include/qpdf/Pl_Discard.hh
@@ -24,7 +24,7 @@ class Pl_Discard: public Pipeline
QPDF_DLL
virtual ~Pl_Discard();
QPDF_DLL
- virtual void write(unsigned char*, int);
+ virtual void write(unsigned char*, size_t);
QPDF_DLL
virtual void finish();
};