[poppler] Branch 'poppler-0.22' - poppler/Stream.h

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Mar 12 12:26:19 PDT 2013


 poppler/Stream.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5a51812b7c1457feb8acaa106f43d7d5252b3980
Author: Peter Breitenlohner <peb at mppmu.mpg.de>
Date:   Tue Mar 12 20:25:50 2013 +0100

    Fix compile when not using libjpeg

diff --git a/poppler/Stream.h b/poppler/Stream.h
index 7a5ff1c..76d6a1f 100644
--- a/poppler/Stream.h
+++ b/poppler/Stream.h
@@ -22,6 +22,7 @@
 // Copyright (C) 2011, 2012 William Bader <williambader at hotmail.com>
 // Copyright (C) 2012, 2013 Thomas Freitag <Thomas.Freitag at alfa.de>
 // Copyright (C) 2012 Fabio D'Urso <fabiodurso at hotmail.it>
+// Copyright (C) 2013 Peter Breitenlohner <peb at mppmu.mpg.de>
 //
 // To see a description of the changes please see the Changelog file that
 // came with your tarball or type make ChangeLog if you are building from git
@@ -850,7 +851,7 @@ struct DCTHuffTable {
 class DCTStream: public FilterStream {
 public:
 
-  DCTStream(Stream *strA, int colorXformA);
+  DCTStream(Stream *strA, int colorXformA, Object *dict);
   virtual ~DCTStream();
   virtual StreamKind getKind() { return strDCT; }
   virtual void reset();


More information about the poppler mailing list