poppler/Stream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 5a51812b7c1457feb8acaa106f43d7d5252b3980 Author: Peter Breitenlohner <[email protected]> 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 <[email protected]> // Copyright (C) 2012, 2013 Thomas Freitag <[email protected]> // Copyright (C) 2012 Fabio D'Urso <[email protected]> +// Copyright (C) 2013 Peter Breitenlohner <[email protected]> // // 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(); _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
