aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObject.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFObject.hh')
-rw-r--r--include/qpdf/QPDFObject.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh
index e6c78017..22c400a5 100644
--- a/include/qpdf/QPDFObject.hh
+++ b/include/qpdf/QPDFObject.hh
@@ -8,12 +8,16 @@
#ifndef __QPDFOBJECT_HH__
#define __QPDFOBJECT_HH__
+#include <qpdf/DLL.hh>
+
#include <string>
class QPDFObject
{
public:
+ DLL_EXPORT
virtual ~QPDFObject() {}
+ DLL_EXPORT
virtual std::string unparse() = 0;
};