Commit 1285fa19d64ab5461c29dd9ec8a01b1a52757098

Authored by Jay Berkenbilt
1 parent 30426ea9

don't dll export inline functions

git-svn-id: svn+q:///qpdf/trunk@716 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 0 additions and 1 deletions
libqpdf/qpdf/PCRE.hh
@@ -27,7 +27,6 @@ class PCRE @@ -27,7 +27,6 @@ class PCRE
27 public: 27 public:
28 DLL_EXPORT 28 DLL_EXPORT
29 NoBackref(); 29 NoBackref();
30 - DLL_EXPORT  
31 virtual ~NoBackref() throw() {} 30 virtual ~NoBackref() throw() {}
32 }; 31 };
33 32