Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Object.h
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>1999-08-24 17:19:42 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>1999-08-24 17:19:42 (GMT)
commitae59cfdd10d16d5f360a97bf40f74e50ad998d92 (patch)
treeda72cab577e663b2fe4674e3cb89a64986f98688 /pdf/xpdf/Object.h
parent299bb82427b988b3d085d893e9c4f03ab3eff882 (diff)
Fix ( workaround ) for xpdf's global xref feature :-)
Diffstat (limited to 'pdf/xpdf/Object.h')
-rw-r--r--pdf/xpdf/Object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf/xpdf/Object.h b/pdf/xpdf/Object.h
index 789cd5f..b362575 100644
--- a/pdf/xpdf/Object.h
+++ b/pdf/xpdf/Object.h
@@ -22,6 +22,7 @@
class Array;
class Dict;
class Stream;
+class XRef;
//------------------------------------------------------------------------
// Ref
@@ -292,4 +293,6 @@ inline void Object::streamSetPos(int pos)
inline Dict *Object::streamGetDict()
{ return stream->getDict(); }
+#include "XRef.h"
+
#endif