aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/PCRE.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/PCRE.cc')
-rw-r--r--libqpdf/PCRE.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/PCRE.cc b/libqpdf/PCRE.cc
index 59174f67..872fde36 100644
--- a/libqpdf/PCRE.cc
+++ b/libqpdf/PCRE.cc
@@ -147,7 +147,7 @@ PCRE::Match::nMatches() const
return this->nmatches;
}
-PCRE::PCRE(char const* pattern, int options) throw (Exception)
+PCRE::PCRE(char const* pattern, int options) throw (PCRE::Exception)
{
char const *errptr;
int erroffset;