aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_TIFFPredictor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_TIFFPredictor.hh')
-rw-r--r--libqpdf/qpdf/Pl_TIFFPredictor.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/qpdf/Pl_TIFFPredictor.hh b/libqpdf/qpdf/Pl_TIFFPredictor.hh
index 4579ba1f..276ed54d 100644
--- a/libqpdf/qpdf/Pl_TIFFPredictor.hh
+++ b/libqpdf/qpdf/Pl_TIFFPredictor.hh
@@ -35,6 +35,7 @@ class Pl_TIFFPredictor: public Pipeline
unsigned int bits_per_sample;
std::vector<unsigned char> cur_row;
std::vector<long long> previous;
+ std::vector<unsigned char> out;
Pipeline* p_next;
};