aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_DCT.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_DCT.hh')
-rw-r--r--include/qpdf/Pl_DCT.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh
index fcbf1c29..3916204f 100644
--- a/include/qpdf/Pl_DCT.hh
+++ b/include/qpdf/Pl_DCT.hh
@@ -41,7 +41,9 @@ class QPDF_DLL_CLASS Pl_DCT: public Pipeline
class QPDF_DLL_CLASS CompressConfig
{
public:
+ QPDF_DLL
CompressConfig() = default;
+ QPDF_DLL
virtual ~CompressConfig() = default;
virtual void apply(jpeg_compress_struct*) = 0;
};