summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Count.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_Count.hh')
-rw-r--r--include/qpdf/Pl_Count.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/qpdf/Pl_Count.hh b/include/qpdf/Pl_Count.hh
index 1fd4c94a..a50cc5bc 100644
--- a/include/qpdf/Pl_Count.hh
+++ b/include/qpdf/Pl_Count.hh
@@ -16,20 +16,20 @@
class Pl_Count: public Pipeline
{
public:
- DLL_EXPORT
+ QPDF_DLL
Pl_Count(char const* identifier, Pipeline* next);
- DLL_EXPORT
+ QPDF_DLL
virtual ~Pl_Count();
- DLL_EXPORT
+ QPDF_DLL
virtual void write(unsigned char*, int);
- DLL_EXPORT
+ QPDF_DLL
virtual void finish();
// Returns the number of bytes written
- DLL_EXPORT
+ QPDF_DLL
int getCount() const;
// Returns the last character written, or '\0' if no characters
// have been written (in which case getCount() returns 0)
- DLL_EXPORT
+ QPDF_DLL
unsigned char getLastChar() const;
private: