aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/FileInputSource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/FileInputSource.hh')
-rw-r--r--include/qpdf/FileInputSource.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/FileInputSource.hh b/include/qpdf/FileInputSource.hh
index 000590c3..c3b60265 100644
--- a/include/qpdf/FileInputSource.hh
+++ b/include/qpdf/FileInputSource.hh
@@ -24,7 +24,7 @@
#include <qpdf/InputSource.hh>
-class FileInputSource: public InputSource
+class QPDF_DLL_CLASS FileInputSource: public InputSource
{
public:
QPDF_DLL
@@ -54,7 +54,7 @@ class FileInputSource: public InputSource
FileInputSource(FileInputSource const&) = delete;
FileInputSource& operator=(FileInputSource const&) = delete;
- class Members
+ class QPDF_DLL_PRIVATE Members
{
friend class FileInputSource;