From 316328704b3b21594b6bd4bc3e67bac117111329 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 21 Jul 2012 20:50:42 -0400 Subject: Windows compilation fixes --- include/qpdf/QPDF.hh | 1 + include/qpdf/QPDFWriter.hh | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index dc6e9090..bef79f39 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -419,6 +419,7 @@ class QPDF // The PDF /Pages tree allows inherited values. Working with // the pages of a pdf is much easier when the inheritance is // resolved by explicitly setting the values in each /Page. + QPDF_DLL void pushInheritedAttributesToPage(); // Add new page at the beginning or the end of the current pdf. diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index a17b91f4..a446a02b 100644 --- a/include/qpdf/QPDFWriter.hh +++ b/include/qpdf/QPDFWriter.hh @@ -191,6 +191,7 @@ class QPDFWriter // Copy encryption parameters from another QPDF object. If you // want to copy encryption from the object you are writing, call // setPreserveEncryption(true) instead. + QPDF_DLL void copyEncryptionParameters(QPDF&); // Set up for encrypted output. Disables stream prefiltering and -- cgit v1.2.3-70-g09d2