summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_RC4.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 /libqpdf/qpdf/Pl_RC4.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 'libqpdf/qpdf/Pl_RC4.hh')
-rw-r--r--libqpdf/qpdf/Pl_RC4.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/libqpdf/qpdf/Pl_RC4.hh b/libqpdf/qpdf/Pl_RC4.hh
index fab3ac31..ade69053 100644
--- a/libqpdf/qpdf/Pl_RC4.hh
+++ b/libqpdf/qpdf/Pl_RC4.hh
@@ -5,8 +5,7 @@
#include <qpdf/RC4.hh>
-DLL_EXPORT
-class Pl_RC4: public Pipeline
+class DLL_EXPORT Pl_RC4: public Pipeline
{
public:
static int const def_bufsize = 65536;