2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 00:40:52 +00:00

don't dll export inline functions

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

View File

@ -15,7 +15,6 @@
class QPDFObject
{
public:
DLL_EXPORT
virtual ~QPDFObject() {}
DLL_EXPORT
virtual std::string unparse() = 0;