summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Flate.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-12 03:18:19 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-12 03:18:19 +0200
commitf71eb2af91fa164ea3d864591fda90098c652927 (patch)
tree8d740484481e452cb9330953511e92ce7e7617a5 /include/qpdf/Pl_Flate.hh
parent44cbd3d4b477f855d46259f7fbc743c0b96c7678 (diff)
downloadqpdf-f71eb2af91fa164ea3d864591fda90098c652927.tar.zst
fix class-level DLL_EXPORT
git-svn-id: svn+q:///qpdf/trunk@797 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include/qpdf/Pl_Flate.hh')
-rw-r--r--include/qpdf/Pl_Flate.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/Pl_Flate.hh b/include/qpdf/Pl_Flate.hh
index 5fdab63d..6cbd148f 100644
--- a/include/qpdf/Pl_Flate.hh
+++ b/include/qpdf/Pl_Flate.hh
@@ -12,8 +12,7 @@
#include <zlib.h>
-DLL_EXPORT
-class Pl_Flate: public Pipeline
+class DLL_EXPORT Pl_Flate: public Pipeline
{
public:
static int const def_bufsize = 65536;