From 0ded90eff979c0a329736861995b2516139de114 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 14 Sep 2009 01:31:46 +0000 Subject: 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 --- libqpdf/PCRE.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/PCRE.cc') 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; -- cgit v1.2.3-54-g00ecf