summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDF.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDF.hh')
-rw-r--r--include/qpdf/QPDF.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 86ea837b..1455736c 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -393,8 +393,8 @@ class QPDF
std::string const& Perms);
private:
- EncryptionData(EncryptionData const&);
- EncryptionData& operator=(EncryptionData const&);
+ EncryptionData(EncryptionData const&) = delete;
+ EncryptionData& operator=(EncryptionData const&) = delete;
int V;
int R;