]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Object.h
Add a few more toolbar items.
[evince.git] / pdf / xpdf / Object.h
index d8a5fb545041d9b5873f4ab6c55fa19113132875..8b1807c5ba52326e6d36b07043d635bbc2b00b9b 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Object.h
 //
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
@@ -95,6 +95,7 @@ public:
     { initObj(objNull); return this; }
   Object *initArray(XRef *xref);
   Object *initDict(XRef *xref);
+  Object *initDict(Dict *dictA);
   Object *initStream(Stream *streamA);
   Object *initRef(int numA, int genA)
     { initObj(objRef); ref.num = numA; ref.gen = genA; return this; }