aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHelper.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFObjectHelper.hh')
-rw-r--r--include/qpdf/QPDFObjectHelper.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHelper.hh b/include/qpdf/QPDFObjectHelper.hh
index db3876ec..7f0f21ca 100644
--- a/include/qpdf/QPDFObjectHelper.hh
+++ b/include/qpdf/QPDFObjectHelper.hh
@@ -37,7 +37,7 @@
// introduced to allow creation of higher level helper functions
// without polluting the public interface of QPDFObjectHandle.
-class QPDFObjectHelper
+class QPDF_DLL_CLASS QPDFObjectHelper
{
public:
QPDF_DLL
@@ -46,7 +46,7 @@ class QPDFObjectHelper
{
}
QPDF_DLL
- virtual ~QPDFObjectHelper() = default;
+ virtual ~QPDFObjectHelper();
QPDF_DLL
QPDFObjectHandle
getObjectHandle()