summaryrefslogtreecommitdiffstats
path: root/include/qpdf/ClosedFileInputSource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/ClosedFileInputSource.hh')
-rw-r--r--include/qpdf/ClosedFileInputSource.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/ClosedFileInputSource.hh b/include/qpdf/ClosedFileInputSource.hh
index 8a4a02a5..cbaa9a52 100644
--- a/include/qpdf/ClosedFileInputSource.hh
+++ b/include/qpdf/ClosedFileInputSource.hh
@@ -84,10 +84,10 @@ class ClosedFileInputSource: public InputSource
std::string filename;
qpdf_offset_t offset;
- PointerHolder<FileInputSource> fis;
+ std::shared_ptr<FileInputSource> fis;
bool stay_open;
};
- PointerHolder<Members> m;
+ std::shared_ptr<Members> m;
};
#endif // QPDF_CLOSEDFILEINPUTSOURCE_HH