From ac56e013d6fb55df85216261228226849fcbab02 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 26 Jan 2022 13:41:45 -0500 Subject: Add missing QPDF_DLL --- include/qpdf/QPDFJob.hh | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index cd83723c..e1f96835 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -154,7 +154,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL AttConfig& path(char const* parameter); + QPDF_DLL + AttConfig& path(char const* parameter); # include @@ -171,7 +172,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL CopyAttConfig& path(char const* parameter); + QPDF_DLL + CopyAttConfig& path(char const* parameter); # include @@ -188,6 +190,7 @@ class QPDFJob friend class QPDFJob; friend class Config; public: + QPDF_DLL PagesConfig& pageSpec(std::string const& filename, char const* password, std::string const& range); @@ -206,7 +209,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL UOConfig& path(char const* parameter); + QPDF_DLL + UOConfig& path(char const* parameter); # include @@ -222,7 +226,8 @@ class QPDFJob friend class QPDFJob; friend class Config; public: - QPDF_DLL EncConfig& path(char const* parameter); + QPDF_DLL + EncConfig& path(char const* parameter); # include @@ -240,10 +245,15 @@ class QPDFJob public: QPDF_DLL std::shared_ptr copyAttachmentsFrom(); + QPDF_DLL std::shared_ptr addAttachment(); + QPDF_DLL std::shared_ptr pages(); + QPDF_DLL std::shared_ptr overlay(); + QPDF_DLL std::shared_ptr underlay(); + QPDF_DLL std::shared_ptr encrypt( int keylen, std::string const& user_password, -- cgit v1.2.3-54-g00ecf