From 1285fa19d64ab5461c29dd9ec8a01b1a52757098 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 27 Sep 2009 02:06:09 +0000 Subject: [PATCH] don't dll export inline functions --- libqpdf/qpdf/PCRE.hh | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/libqpdf/qpdf/PCRE.hh b/libqpdf/qpdf/PCRE.hh index 919431a..8ffa0c1 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() {} }; -- libgit2 0.21.4