Commit 30426ea923b2def0f987bfcc551b55c05d3be774

Authored by Jay Berkenbilt
1 parent 82ea3dd3

don't dll export inline functions

git-svn-id: svn+q:///qpdf/trunk@714 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 0 additions and 1 deletions
include/qpdf/QPDFObject.hh
... ... @@ -15,7 +15,6 @@
15 15 class QPDFObject
16 16 {
17 17 public:
18   - DLL_EXPORT
19 18 virtual ~QPDFObject() {}
20 19 DLL_EXPORT
21 20 virtual std::string unparse() = 0;
... ...