From 44cbd3d4b477f855d46259f7fbc743c0b96c7678 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 12 Oct 2009 01:15:55 +0000 Subject: do DLL_EXPORT only in header files and only at the class or top-level function level git-svn-id: svn+q:///qpdf/trunk@796 71b93d88-0707-0410-a8cf-f5a4172ac649 --- libqpdf/Pl_LZWDecoder.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libqpdf/Pl_LZWDecoder.cc') diff --git a/libqpdf/Pl_LZWDecoder.cc b/libqpdf/Pl_LZWDecoder.cc index 68f1ae3e..811415bc 100644 --- a/libqpdf/Pl_LZWDecoder.cc +++ b/libqpdf/Pl_LZWDecoder.cc @@ -5,7 +5,6 @@ #include #include -DLL_EXPORT Pl_LZWDecoder::Pl_LZWDecoder(char const* identifier, Pipeline* next, bool early_code_change) : Pipeline(identifier, next), @@ -21,12 +20,10 @@ Pl_LZWDecoder::Pl_LZWDecoder(char const* identifier, Pipeline* next, memset(buf, 0, 3); } -DLL_EXPORT Pl_LZWDecoder::~Pl_LZWDecoder() { } -DLL_EXPORT void Pl_LZWDecoder::write(unsigned char* bytes, int len) { @@ -45,7 +42,6 @@ Pl_LZWDecoder::write(unsigned char* bytes, int len) } } -DLL_EXPORT void Pl_LZWDecoder::finish() { -- cgit v1.2.3-54-g00ecf