summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 4ee0b5a0..28f6f491 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -54,7 +54,7 @@ class QPDFObjectHandle
// alternative way of associating stream data with a stream. See
// comments on replaceStreamData and newStream for additional
// details.
- class StreamDataProvider
+ class QPDF_DLL_CLASS StreamDataProvider
{
public:
QPDF_DLL
@@ -99,7 +99,7 @@ class QPDFObjectHandle
// string token will also work. The correct way to construct a
// string token that would write the literal value (str) is
// QPDFTokenizer::Token(QPDFTokenizer::tt_string, "str").
- class TokenFilter
+ class QPDF_DLL_CLASS TokenFilter
{
public:
QPDF_DLL