aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Count.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_Count.hh')
-rw-r--r--include/qpdf/Pl_Count.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh
index 7e522455..1063fe1d 100644
--- a/include/qpdf/Pl_Count.hh
+++ b/include/qpdf/Pl_Count.hh
@@ -27,14 +27,14 @@ class Pl_Count: public Pipeline
virtual void finish();
// Returns the number of bytes written
QPDF_DLL
- off_t getCount() const;
+ qpdf_offset_t getCount() const;
// Returns the last character written, or '\0' if no characters
// have been written (in which case getCount() returns 0)
QPDF_DLL
unsigned char getLastChar() const;
private:
- off_t count;
+ qpdf_offset_t count;
unsigned char last_char;
};