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 6b512b4e..65948987 100644
--- a/include/qpdf/ClosedFileInputSource.hh
+++ b/include/qpdf/ClosedFileInputSource.hh
@@ -63,8 +63,8 @@ class ClosedFileInputSource: public InputSource
void stayOpen(bool);
private:
- ClosedFileInputSource(ClosedFileInputSource const&);
- ClosedFileInputSource& operator=(ClosedFileInputSource const&);
+ ClosedFileInputSource(ClosedFileInputSource const&) = delete;
+ ClosedFileInputSource& operator=(ClosedFileInputSource const&) = delete;
void before();
void after();