aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/PCRE.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-14 03:31:46 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-14 03:31:46 +0200
commit0ded90eff979c0a329736861995b2516139de114 (patch)
treec7f3ed5dc3481172f4a742de8869c8e52a9cb87a /libqpdf/PCRE.cc
parentb93c34099cee9f546d5aed2451568e2aaf51d00d (diff)
downloadqpdf-0ded90eff979c0a329736861995b2516139de114.tar.zst
fix problems or otherwise improve code based on issues raised by Klocwork
git-svn-id: svn+q:///qpdf/trunk@690 71b93d88-0707-0410-a8cf-f5a4172ac649
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;