summaryrefslogtreecommitdiffstats
path: root/libtests/pcre.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-26 20:36:04 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-26 20:36:04 +0200
commitf3d7c26de1f575a14017a161ad1fdd2b93385e03 (patch)
tree065d6b0e12534a7371974bfb17e77c91d7b217d6 /libtests/pcre.cc
parent64546cfa0ddc2cf4c91e0865e979947c6b20ca46 (diff)
downloadqpdf-f3d7c26de1f575a14017a161ad1fdd2b93385e03.tar.zst
removed qexc; non-compatible ABI change
git-svn-id: svn+q:///qpdf/trunk@709 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libtests/pcre.cc')
-rw-r--r--libtests/pcre.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtests/pcre.cc b/libtests/pcre.cc
index 8ff7fba0..6ebec01e 100644
--- a/libtests/pcre.cc
+++ b/libtests/pcre.cc
@@ -1,4 +1,3 @@
-
#include <qpdf/PCRE.hh>
#include <iostream>
#include <string.h>
@@ -12,7 +11,7 @@ int main(int argc, char* argv[])
PCRE("^([\\p{L}]+)", PCRE_UTF8);
std::cout << "1" << std::endl;
}
- catch (PCRE::Exception& e)
+ catch (std::exception& e)
{
std::cout << "0" << std::endl;
}