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/QPDFXRefEntry.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libqpdf/QPDFXRefEntry.cc') diff --git a/libqpdf/QPDFXRefEntry.cc b/libqpdf/QPDFXRefEntry.cc index 70c02579..b6d48d97 100644 --- a/libqpdf/QPDFXRefEntry.cc +++ b/libqpdf/QPDFXRefEntry.cc @@ -2,7 +2,6 @@ #include #include -DLL_EXPORT QPDFXRefEntry::QPDFXRefEntry() : type(0), field1(0), @@ -10,7 +9,6 @@ QPDFXRefEntry::QPDFXRefEntry() : { } -DLL_EXPORT QPDFXRefEntry::QPDFXRefEntry(int type, int field1, int field2) : type(type), field1(field1), @@ -22,14 +20,12 @@ QPDFXRefEntry::QPDFXRefEntry(int type, int field1, int field2) : } } -DLL_EXPORT int QPDFXRefEntry::getType() const { return this->type; } -DLL_EXPORT int QPDFXRefEntry::getOffset() const { @@ -41,7 +37,6 @@ QPDFXRefEntry::getOffset() const return this->field1; } -DLL_EXPORT int QPDFXRefEntry::getObjStreamNumber() const { @@ -53,7 +48,6 @@ QPDFXRefEntry::getObjStreamNumber() const return this->field1; } -DLL_EXPORT int QPDFXRefEntry::getObjStreamIndex() const { -- cgit v1.2.3-70-g09d2