aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 11a52596..456dade4 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -623,7 +623,9 @@ class QPDFObjectHandle
bool in_array, bool in_dictionary,
bool content_stream);
static void parseContentStream_internal(
- QPDFObjectHandle stream, ParserCallbacks* callbacks);
+ PointerHolder<Buffer> stream_data,
+ std::string const& description,
+ ParserCallbacks* callbacks);
// Other methods
static void warn(QPDF*, QPDFExc const&);