aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_ASCII85Decoder.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_ASCII85Decoder.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_ASCII85Decoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_ASCII85Decoder.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/libqpdf/qpdf/Pl_ASCII85Decoder.hh b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
index 3997e403..bcb31340 100644
--- a/libqpdf/qpdf/Pl_ASCII85Decoder.hh
+++ b/libqpdf/qpdf/Pl_ASCII85Decoder.hh
@@ -3,8 +3,7 @@
#include <qpdf/Pipeline.hh>
-DLL_EXPORT
-class Pl_ASCII85Decoder: public Pipeline
+class DLL_EXPORT Pl_ASCII85Decoder: public Pipeline
{
public:
Pl_ASCII85Decoder(char const* identifier, Pipeline* next);