aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/InputSource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/InputSource.hh')
-rw-r--r--include/qpdf/InputSource.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qpdf/InputSource.hh b/include/qpdf/InputSource.hh
index e9d99cdb..56a3782a 100644
--- a/include/qpdf/InputSource.hh
+++ b/include/qpdf/InputSource.hh
@@ -47,7 +47,9 @@ class QPDF_DLL_CLASS InputSource
class QPDF_DLL_CLASS Finder
{
public:
+ QPDF_DLL
Finder() = default;
+ QPDF_DLL
virtual ~Finder() = default;
virtual bool check() = 0;
};