aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index c49f4b26..022ee9a4 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -1112,7 +1112,7 @@ QPDF::decryptString(std::string& str, int objid, int generation)
str = std::string(tmp.getPointer(), vlen);
}
}
- catch (QPDFExc& e)
+ catch (QPDFExc&)
{
throw;
}