aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFXRefEntry.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFXRefEntry.hh')
-rw-r--r--include/qpdf/QPDFXRefEntry.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/qpdf/QPDFXRefEntry.hh b/include/qpdf/QPDFXRefEntry.hh
index 26a047b2..aac2e5cb 100644
--- a/include/qpdf/QPDFXRefEntry.hh
+++ b/include/qpdf/QPDFXRefEntry.hh
@@ -10,6 +10,7 @@
#include <qpdf/DLL.hh>
+DLL_EXPORT
class QPDFXRefEntry
{
public:
@@ -19,18 +20,12 @@ class QPDFXRefEntry
// 1 = "uncompressed"; field 1 = offset
// 2 = "compressed"; field 1 = object stream number, field 2 = index
- DLL_EXPORT
QPDFXRefEntry();
- DLL_EXPORT
QPDFXRefEntry(int type, int field1, int field2);
- DLL_EXPORT
int getType() const;
- DLL_EXPORT
int getOffset() const; // only for type 1
- DLL_EXPORT
int getObjStreamNumber() const; // only for type 2
- DLL_EXPORT
int getObjStreamIndex() const; // only for type 2
private: