summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObject.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFObject.hh')
-rw-r--r--include/qpdf/QPDFObject.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh
index df8ea42a..eae75682 100644
--- a/include/qpdf/QPDFObject.hh
+++ b/include/qpdf/QPDFObject.hh
@@ -12,11 +12,11 @@
#include <string>
+DLL_EXPORT
class QPDFObject
{
public:
virtual ~QPDFObject() {}
- DLL_EXPORT
virtual std::string unparse() = 0;
};