aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-27 04:06:09 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-27 04:06:09 +0200
commit1285fa19d64ab5461c29dd9ec8a01b1a52757098 (patch)
tree1fa653a453b16acb10ea12d4d41f69a70a96da50 /libqpdf
parent30426ea923b2def0f987bfcc551b55c05d3be774 (diff)
downloadqpdf-1285fa19d64ab5461c29dd9ec8a01b1a52757098.tar.zst
don't dll export inline functions
git-svn-id: svn+q:///qpdf/trunk@716 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/PCRE.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqpdf/qpdf/PCRE.hh b/libqpdf/qpdf/PCRE.hh
index 919431a3..8ffa0c19 100644
--- a/libqpdf/qpdf/PCRE.hh
+++ b/libqpdf/qpdf/PCRE.hh
@@ -27,7 +27,6 @@ class PCRE
public:
DLL_EXPORT
NoBackref();
- DLL_EXPORT
virtual ~NoBackref() throw() {}
};