2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00

don't dll export inline functions

git-svn-id: svn+q:///qpdf/trunk@716 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-09-27 02:06:09 +00:00
parent 30426ea923
commit 1285fa19d6

View File

@ -27,7 +27,6 @@ class PCRE
public:
DLL_EXPORT
NoBackref();
DLL_EXPORT
virtual ~NoBackref() throw() {}
};