aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFXRefEntry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFXRefEntry.cc')
-rw-r--r--libqpdf/QPDFXRefEntry.cc6
1 files changed, 0 insertions, 6 deletions
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 <qpdf/QPDFExc.hh>
#include <qpdf/QUtil.hh>
-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
{