Commit ac56e013d6fb55df85216261228226849fcbab02
1 parent
12580545
Add missing QPDF_DLL
Showing
1 changed file
with
14 additions
and
4 deletions
include/qpdf/QPDFJob.hh
| ... | ... | @@ -154,7 +154,8 @@ class QPDFJob |
| 154 | 154 | friend class QPDFJob; |
| 155 | 155 | friend class Config; |
| 156 | 156 | public: |
| 157 | - QPDF_DLL AttConfig& path(char const* parameter); | |
| 157 | + QPDF_DLL | |
| 158 | + AttConfig& path(char const* parameter); | |
| 158 | 159 | |
| 159 | 160 | # include <qpdf/auto_job_c_att.hh> |
| 160 | 161 | |
| ... | ... | @@ -171,7 +172,8 @@ class QPDFJob |
| 171 | 172 | friend class QPDFJob; |
| 172 | 173 | friend class Config; |
| 173 | 174 | public: |
| 174 | - QPDF_DLL CopyAttConfig& path(char const* parameter); | |
| 175 | + QPDF_DLL | |
| 176 | + CopyAttConfig& path(char const* parameter); | |
| 175 | 177 | |
| 176 | 178 | # include <qpdf/auto_job_c_copy_att.hh> |
| 177 | 179 | |
| ... | ... | @@ -188,6 +190,7 @@ class QPDFJob |
| 188 | 190 | friend class QPDFJob; |
| 189 | 191 | friend class Config; |
| 190 | 192 | public: |
| 193 | + QPDF_DLL | |
| 191 | 194 | PagesConfig& pageSpec(std::string const& filename, |
| 192 | 195 | char const* password, |
| 193 | 196 | std::string const& range); |
| ... | ... | @@ -206,7 +209,8 @@ class QPDFJob |
| 206 | 209 | friend class QPDFJob; |
| 207 | 210 | friend class Config; |
| 208 | 211 | public: |
| 209 | - QPDF_DLL UOConfig& path(char const* parameter); | |
| 212 | + QPDF_DLL | |
| 213 | + UOConfig& path(char const* parameter); | |
| 210 | 214 | |
| 211 | 215 | # include <qpdf/auto_job_c_uo.hh> |
| 212 | 216 | |
| ... | ... | @@ -222,7 +226,8 @@ class QPDFJob |
| 222 | 226 | friend class QPDFJob; |
| 223 | 227 | friend class Config; |
| 224 | 228 | public: |
| 225 | - QPDF_DLL EncConfig& path(char const* parameter); | |
| 229 | + QPDF_DLL | |
| 230 | + EncConfig& path(char const* parameter); | |
| 226 | 231 | |
| 227 | 232 | # include <qpdf/auto_job_c_enc.hh> |
| 228 | 233 | |
| ... | ... | @@ -240,10 +245,15 @@ class QPDFJob |
| 240 | 245 | public: |
| 241 | 246 | QPDF_DLL |
| 242 | 247 | std::shared_ptr<CopyAttConfig> copyAttachmentsFrom(); |
| 248 | + QPDF_DLL | |
| 243 | 249 | std::shared_ptr<AttConfig> addAttachment(); |
| 250 | + QPDF_DLL | |
| 244 | 251 | std::shared_ptr<PagesConfig> pages(); |
| 252 | + QPDF_DLL | |
| 245 | 253 | std::shared_ptr<UOConfig> overlay(); |
| 254 | + QPDF_DLL | |
| 246 | 255 | std::shared_ptr<UOConfig> underlay(); |
| 256 | + QPDF_DLL | |
| 247 | 257 | std::shared_ptr<EncConfig> encrypt( |
| 248 | 258 | int keylen, |
| 249 | 259 | std::string const& user_password, | ... | ... |